This repository was archived by the owner on Dec 17, 2023. It is now read-only.
File tree 1 file changed +18
-0
lines changed
google/cloud/dialogflow_v2/types
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -469,11 +469,29 @@ class AutomatedAgentReply(proto.Message):
469
469
Response of the Dialogflow
470
470
[Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent]
471
471
call.
472
+ automated_agent_reply_type (google.cloud.dialogflow_v2.types.AutomatedAgentReply.AutomatedAgentReplyType):
473
+ AutomatedAgentReply type.
474
+ allow_cancellation (bool):
475
+ Indicates whether the partial automated agent
476
+ reply is interruptible when a later reply
477
+ message arrives. e.g. if the agent specified
478
+ some music as partial response, it can be
479
+ cancelled.
472
480
"""
473
481
482
+ class AutomatedAgentReplyType (proto .Enum ):
483
+ r"""Represents different automated agent reply types."""
484
+ AUTOMATED_AGENT_REPLY_TYPE_UNSPECIFIED = 0
485
+ PARTIAL = 1
486
+ FINAL = 2
487
+
474
488
detect_intent_response = proto .Field (
475
489
proto .MESSAGE , number = 1 , message = session .DetectIntentResponse ,
476
490
)
491
+ automated_agent_reply_type = proto .Field (
492
+ proto .ENUM , number = 7 , enum = AutomatedAgentReplyType ,
493
+ )
494
+ allow_cancellation = proto .Field (proto .BOOL , number = 8 ,)
477
495
478
496
479
497
class ArticleAnswer (proto .Message ):
You can’t perform that action at this time.
0 commit comments