Create a new conversation
Create a new conversation. If end_user_id
is not provided, the system creates a new end user automatically. The maximum request size is 10MB, and metadata must not exceed 4KB.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A dictionary of key, value pairs assigned to the conversation. Note: This metadata does not create or set Ada metavariables. To create or update metavariables, use the End Users API. - metadata
keys may only be of type: string
- metadata
values may only be one of type: string
, boolean
, or integer
Response
A dictionary of key, value pairs assigned to the conversation. Note: This metadata does not create or set Ada metavariables. To create or update metavariables, use the End Users API. - metadata
keys may only be of type: string
- metadata
values may only be one of type: string
, boolean
, or integer