previous Interaction Id
public final CreateAgentInteractionParams.Builder previousInteractionId(String previousInteractionId)
The ID of the previous interaction, if any.
public final CreateAgentInteractionParams.Builder previousInteractionId(JsonField<String> previousInteractionId)
Sets Builder.previousInteractionId to an arbitrary JSON value.
You should usually call Builder.previousInteractionId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.