Module: Google::Cloud::Dialogflow::V2::AutomatedAgentReply::AutomatedAgentReplyType
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents different automated agent reply types.
Constant Summary collapse
- AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED =
Not specified. This should never happen.
0
- PARTIAL =
Partial reply. e.g. Aggregated responses in a
Fulfillment
that enablesreturn_partial_response
can be returned as partial reply. WARNING: partial reply is not eligible for barge-in. 1
- FINAL =
Final reply.
2