<Connect>
The <Connect>
verb connects the call to a service using another VoXML noun.
<Connect>
Attributes
<Connect>
supports the following attributes that change its behavior:
Attribute | Allowed Values | Default Value |
---|---|---|
history | disable , compact , full | disable |
history
The history
attribute determines if the <Connect>
noun should be logged in the history
array of the CDR. The default is to not log.
For <Connect>
, both compact
and full
have the same effect of logging the following payload to the history
array.
{
"payload": {}
}
<Connect>
Nouns
You may choose to nest the following nouns within <Connect>
:
<Flow>
<Connect>
Examples
Simple Usage
Connect to a Flow.
<Response>
<Connect>
<Flow>e6176511-0a69-42ac-8f49-04f285b01828</Flow>
</Connect>
</Response>