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

Properties of an AutomatedAgentReply.

Package

@google-cloud/dialogflow!

Properties

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)

responseMessages

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

AutomatedAgentReply responseMessages

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