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

Properties of an AutomatedAgentReply.

Package

@google-cloud/dialogflow!

Properties

allowCancellation

allowCancellation?: (boolean|null);

AutomatedAgentReply allowCancellation

Property Value
TypeDescription
(boolean|null)

automatedAgentReplyType

automatedAgentReplyType?: (google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|keyof typeof google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|null);

AutomatedAgentReply automatedAgentReplyType

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|keyof typeof google.cloud.dialogflow.v2beta1.AutomatedAgentReply.AutomatedAgentReplyType|null)

cxSessionParameters

cxSessionParameters?: (google.protobuf.IStruct|null);

AutomatedAgentReply cxSessionParameters

Property Value
TypeDescription
(google.protobuf.IStruct|null)

detectIntentResponse

detectIntentResponse?: (google.cloud.dialogflow.v2beta1.IDetectIntentResponse|null);

AutomatedAgentReply detectIntentResponse

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IDetectIntentResponse|null)

event

event?: (string|null);

AutomatedAgentReply event

Property Value
TypeDescription
(string|null)

intent

intent?: (string|null);

AutomatedAgentReply intent

Property Value
TypeDescription
(string|null)

matchConfidence

matchConfidence?: (number|null);

AutomatedAgentReply matchConfidence

Property Value
TypeDescription
(number|null)

parameters

parameters?: (google.protobuf.IStruct|null);

AutomatedAgentReply parameters

Property Value
TypeDescription
(google.protobuf.IStruct|null)

responseMessages

responseMessages?: (google.cloud.dialogflow.v2beta1.IResponseMessage[]|null);

AutomatedAgentReply responseMessages

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IResponseMessage[]|null)