v1

latestOpenAPI 3.0.02026-07-268285163.6 KB
Bot responses

Get rich message

Returns a specific rich message

get/rich_messages/{rich_message_id}

Path parameters

rich_message_idstring required

ID of the rich message

Response

successful

_idstring
namestring
updatedAtstring
createdAtstring
dataobject[]
repromptobject[]
skill_idstring
next_intent_is_anyboolean
sentence_for_intent_anystring
escalationboolean
show_answer_surveyboolean
show_conversation_surveyboolean
__vinteger

Example response

{
  "data": [
    {
      "default": {
        "voice": [],
        "text": []
      },
      "whatsapp": {
        "voice": [],
        "text": []
      },
      "twitter": {
        "voice": [],
        "text": []
      },
      "webchat": {
        "voice": [],
        "text": []
      },
      "messenger": {
        "voice": [],
        "text": []
      },
      "weorange": {
        "voice": [],
        "text": []
      },
      "viber": {
        "voice": [],
        "text": []
      },
      "telegram": {
        "voice": [],
        "text": []
      },
      "slack": {
        "voice": [],
        "text": []
      },
      "sms": {
        "voice": [],
        "text": []
      },
      "skype": {
        "voice": [],
        "text": []
      },
      "rcs": {
        "voice": [],
        "text": []
      },
      "other": {
        "voice": [],
        "text": []
      }
    }
  ],
  "reprompt": [
    {
      "default": {
        "voice": [],
        "text": []
      },
      "whatsapp": {
        "voice": [],
        "text": []
      },
      "twitter": {
        "voice": [],
        "text": []
      },
      "webchat": {
        "voice": [],
        "text": []
      },
      "messenger": {
        "voice": [],
        "text": []
      },
      "weorange": {
        "voice": [],
        "text": []
      },
      "viber": {
        "voice": [],
        "text": []
      },
      "telegram": {
        "voice": [],
        "text": []
      },
      "slack": {
        "voice": [],
        "text": []
      },
      "sms": {
        "voice": [],
        "text": []
      },
      "skype": {
        "voice": [],
        "text": []
      },
      "rcs": {
        "voice": [],
        "text": []
      },
      "other": {
        "voice": [],
        "text": []
      }
    }
  ]
}