Defines conversation fulfillment implementation.
JSON representation | |
---|---|
{ "name": string, "url": string, "httpHeaders": { string: string, ... }, "fulfillmentApiVersion": integer } |
Fields | |
---|---|
name |
The unique name for this conversation. |
url |
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. |
httpHeaders |
Map of HTTP parameters to be included in the POST request. An object containing a list of |
fulfillmentApiVersion |
API version used when communicating with App. |