automatedAgentReplyType property

String? automatedAgentReplyType
getter/setter pair

AutomatedAgentReply type. Possible string values are:

  • "AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED" : Not specified. This should never happen.
  • "PARTIAL" : Partial reply. e.g. Aggregated responses in a Fulfillment that enables return_partial_response can be returned as partial reply. WARNING: partial reply is not eligible for barge-in.
  • "FINAL" : Final reply.

Implementation

core.String? automatedAgentReplyType;