v1

latestOpenAPI 3.0.32026-07-268345159.5 KB
Conversational Component

Get Conversational Component

get/partner/app/{appId}/conversational/component

Path parameters

appIdstring required

Unique identifier of the app.

Headers

tokenstring required

Your app token, please refer Get access token api to get the token from partner documentation.

Response

Successful response

idstring

Example response

{
  "conversational_automation": {
    "prompts": [
      "Book a flight",
      "plan a vacation"
    ],
    "commands": [
      {
        "command_name": "tickets",
        "command_description": "Book flight tickets"
      }
    ],
    "id": "{{id}}"
  },
  "id": "{{phone_id}}"
}