Interface protos.google.cloud.dialogflow.cx.v3beta1.IWebhookResponse (2.13.0)

Properties of a WebhookResponse.

Package

@google-cloud/dialogflow-cx!

Properties

fulfillmentResponse

fulfillmentResponse?: (google.cloud.dialogflow.cx.v3beta1.WebhookResponse.IFulfillmentResponse|null);

WebhookResponse fulfillmentResponse

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.WebhookResponse.IFulfillmentResponse|null)

pageInfo

pageInfo?: (google.cloud.dialogflow.cx.v3beta1.IPageInfo|null);

WebhookResponse pageInfo

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IPageInfo|null)

payload

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

WebhookResponse payload

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

sessionInfo

sessionInfo?: (google.cloud.dialogflow.cx.v3beta1.ISessionInfo|null);

WebhookResponse sessionInfo

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.ISessionInfo|null)

targetFlow

targetFlow?: (string|null);

WebhookResponse targetFlow

Property Value
TypeDescription
(string|null)

targetPage

targetPage?: (string|null);

WebhookResponse targetPage

Property Value
TypeDescription
(string|null)