GoogleCloudDialogflowCxV3beta1WebhookResponse class
The response message for a webhook call.
Constructors
Properties
- fulfillmentResponse ↔ GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse
-
The fulfillment response to send to the user. This field can be omitted by
the webhook if it does not intend to send any response to the user.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- pageInfo ↔ GoogleCloudDialogflowCxV3beta1PageInfo
-
Information about page status. This field can be omitted by the webhook if
it does not intend to modify page status.
read / write
-
payload
↔ Map<
String, Object> -
Value to append directly to QueryResult.webhook_payloads. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sessionInfo ↔ GoogleCloudDialogflowCxV3beta1SessionInfo
-
Information about session status. This field can be omitted by the webhook
if it does not intend to modify session status.
read / write
- targetFlow ↔ String
-
The target flow to transition to. Format:
projects//locations//agents//flows/
.read / write - targetPage ↔ String
-
The target page to transition to. Format:
projects//locations//agents//flows//pages/
.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