Interface protos.google.cloud.dialogflow.v2.IWebhookResponse (4.2.0)

Properties of a WebhookResponse.

Package

@google-cloud/dialogflow!

Properties

followupEventInput

followupEventInput?: (google.cloud.dialogflow.v2.IEventInput|null);

WebhookResponse followupEventInput

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IEventInput|null)

fulfillmentMessages

fulfillmentMessages?: (google.cloud.dialogflow.v2.Intent.IMessage[]|null);

WebhookResponse fulfillmentMessages

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.IMessage[]|null)

fulfillmentText

fulfillmentText?: (string|null);

WebhookResponse fulfillmentText

Property Value
TypeDescription
(string|null)

outputContexts

outputContexts?: (google.cloud.dialogflow.v2.IContext[]|null);

WebhookResponse outputContexts

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IContext[]|null)

payload

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

WebhookResponse payload

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

sessionEntityTypes

sessionEntityTypes?: (google.cloud.dialogflow.v2.ISessionEntityType[]|null);

WebhookResponse sessionEntityTypes

Property Value
TypeDescription
(google.cloud.dialogflow.v2.ISessionEntityType[]|null)

source

source?: (string|null);

WebhookResponse source

Property Value
TypeDescription
(string|null)