Properties of an AutomatedAgentReply.
Package
@google-cloud/dialogflowProperties
allowCancellation
allowCancellation?: (boolean|null);AutomatedAgentReply allowCancellation
automatedAgentReplyType
automatedAgentReplyType?: (google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|keyof typeof google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|null);AutomatedAgentReply automatedAgentReplyType
callCompanionAuthCode
callCompanionAuthCode?: (Uint8Array|string|null);AutomatedAgentReply callCompanionAuthCode
cxCurrentPage
cxCurrentPage?: (string|null);AutomatedAgentReply cxCurrentPage
cxSessionParameters
cxSessionParameters?: (google.protobuf.IStruct|null);AutomatedAgentReply cxSessionParameters
detectIntentResponse
detectIntentResponse?: (google.cloud.dialogflow.v2beta1.IDetectIntentResponse|null);AutomatedAgentReply detectIntentResponse
event
event?: (string|null);AutomatedAgentReply event
intent
intent?: (string|null);AutomatedAgentReply intent
matchConfidence
matchConfidence?: (number|null);AutomatedAgentReply matchConfidence
parameters
parameters?: (google.protobuf.IStruct|null);AutomatedAgentReply parameters
responseMessages
responseMessages?: (google.cloud.dialogflow.v2beta1.IResponseMessage[]|null);AutomatedAgentReply responseMessages