status
public final CreateAgentInteractionParams.Builder status(CreateAgentInteractionParams.Status status)
Required. Output only. The status of the interaction.
public final CreateAgentInteractionParams.Builder status(JsonField<CreateAgentInteractionParams.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.