GoogleCloudDialogflowCxV3beta1WebhookRequest class
The request message for a webhook call.
Constructors
Properties
- detectIntentResponseId ↔ String
-
Always present. The unique identifier of the DetectIntentResponse that
will be returned to the API caller.
read / write
- fulfillmentInfo ↔ GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
-
Always present. Information about the fulfillment that triggered this
webhook call.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- intentInfo ↔ GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo
-
Information about the last matched intent.
read / write
-
messages
↔ List<
GoogleCloudDialogflowCxV3beta1ResponseMessage> -
The list of rich message responses to present to the user. Webhook can
choose to append or replace this list in
WebhookResponse.fulfillment_response;
read / write
- pageInfo ↔ GoogleCloudDialogflowCxV3beta1PageInfo
-
Information about page status.
read / write
-
payload
↔ Map<
String, Object> -
Custom data set in QueryParameters.payload. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sessionInfo ↔ GoogleCloudDialogflowCxV3beta1SessionInfo
-
Information about session status.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited