Interface protos.google.cloud.dialogflow.v2beta1.IAutomatedAgentReply (6.6.0)

Properties of an AutomatedAgentReply.

Package

@google-cloud/dialogflow

Properties

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

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