previousInteractionId

public final Interaction.Builder previousInteractionId(String previousInteractionId)

The ID of the previous interaction, if any.


public final Interaction.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.