ConversationFulfillment
Stay organized with collections
Save and categorize content based on your preferences.
Defines conversation fulfillment implementation.
JSON representation |
{
"name": string,
"url": string,
"httpHeaders": {
string: string,
...
},
"fulfillmentApiVersion": integer
} |
Fields |
name |
string
The unique name for this conversation.
|
url |
string
The HTTPS endpoint for the conversation (HTTP is not supported). This can be an API.AI endpoint, a Google Cloud Function endpoint or a self-hosting HTTPS endpoint. Google sends a POST request to exchange data with 3P.
|
fulfillmentApiVersion |
integer
API version used when communicating with App.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["The JSON representation defines the implementation of conversation fulfillment, specifying how a conversation is handled."],["It includes fields for naming the conversation, providing an HTTPS endpoint for handling requests, setting HTTP headers, and specifying the API version used."],["Google sends a POST request to the specified endpoint to exchange data with the third-party fulfillment system."]]],[]]