RespondWhen
Sends response via email or HTTP post for asynchronous call. Can send to separate URLs for different actions as necessary.
Name | Data Type | Description |
---|---|---|
Always | RespondWhen | Indicates a response is always sent. |
Never | RespondWhen | Specifies that a response is never sent for an asynchronous process. |
OnCallComplete | RespondWhen | Specifies that a response is sent when an asynchronous call is complete. |
OnConversationComplete | RespondWhen | Specifies that a response is sent when an asynchronous conversation is complete. |
OnConversationError | RespondWhen | Specifies that a response is sent when an asynchronous conversation returns an error. |
OnError | RespondWhen | Specifies that a response is sent when an asynchronous process returns an error. |