POST ClientPreSelection/PreLanguagePrePrompt

Client Preselection Before Language

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultTwilioToken

ResultPreLanguagePrePrompt
NameDescriptionTypeAdditional information
SelectionList

Collection of PreLanguagePrompt

None.

Response Formats

application/json, text/json

Sample:
{
  "SelectionList": [
    {
      "NextStep": "sample string 1",
      "SelectionPrompt": "sample string 2",
      "SelectionOptionCodeId": 1
    },
    {
      "NextStep": "sample string 1",
      "SelectionPrompt": "sample string 2",
      "SelectionOptionCodeId": 1
    }
  ]
}

application/xml, text/xml

Sample:
<ResultPreLanguagePrePrompt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SelectionList>
    <PreLanguagePrompt>
      <NextStep>sample string 1</NextStep>
      <SelectionOptionCodeId>1</SelectionOptionCodeId>
      <SelectionPrompt>sample string 2</SelectionPrompt>
    </PreLanguagePrompt>
    <PreLanguagePrompt>
      <NextStep>sample string 1</NextStep>
      <SelectionOptionCodeId>1</SelectionOptionCodeId>
      <SelectionPrompt>sample string 2</SelectionPrompt>
    </PreLanguagePrompt>
  </SelectionList>
</ResultPreLanguagePrePrompt>