| All Verbs | /nodes/cogito/dial |
|---|
namespace Voice.Api.Nodes.AI
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type CogitoDialCallback() =
member val SessionId:String = null with get,set
member val CallSid:String = null with get,set
member val ApiServer:String = null with get,set
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /nodes/cogito/dial HTTP/1.1
Host: evovoice.io
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"sessionId":"String","callSid":"String","apiServer":"String"}