relay-dotnet
|
Public Member Functions | |
virtual void | OnStart (IDictionary< string, object > dictionary) |
virtual void | OnStop (IDictionary< string, object > dictionary) |
virtual void | OnInteractionLifecycle (IDictionary< string, object > dictionary) |
virtual void | OnPrompt (IDictionary< string, object > dictionary) |
virtual void | OnSpeech (IDictionary< string, object > dictionary) |
virtual void | OnTimer (IDictionary< string, object > dictionary) |
virtual void | OnTimerFired (IDictionary< string, object > dictionary) |
virtual void | OnButton (IDictionary< string, object > dictionary) |
virtual void | OnNotification (IDictionary< string, object > dictionary) |
virtual void | OnSms (IDictionary< string, object > dictionary) |
virtual void | OnAudio (IDictionary< string, object > dictionary) |
virtual void | OnIncident (IDictionary< string, object > dictionary) |
virtual void | OnCallStartRequest (IDictionary< string, object > dictionary) |
There is a request to make an outbound call. This event can occur on the caller after using the "Call X" voice command on the Assistant. More... | |
virtual void | OnCallReceived (IDictionary< string, object > dictionary) |
The device is receiving an inbound call request. This event can occur on the callee. More... | |
virtual void | OnCallRinging (IDictionary< string, object > dictionary) |
The device we called is ringing. We are waiting for them to answer. This event can occur on the caller. More... | |
virtual void | OnCallProgressing (IDictionary< string, object > dictionary) |
The device we called is making progress on getting connected. This may be interspersed with OnCallProgressing. This event can occur on the caller. More... | |
virtual void | OnCallConnected (IDictionary< string, object > dictionary) |
A call attempt that was ringing, progressing, or incoming is now fully connected. This event can occur on both the caller and the callee. More... | |
virtual void | OnCallDisconnected (IDictionary< string, object > dictionary) |
A call that was once connected has become disconnected. This event can occur on both the caller and the callee. More... | |
virtual void | OnCallFailed (IDictionary< string, object > dictionary) |
A call failed to get connected. This event can occur on both the caller and the callee. More... | |
virtual void | OnPlayInboxMessage (IDictionary< string, object > dictionary) |
Protected Member Functions | |
AbstractRelayWorkflow (Relay relay) | |
Properties | |
Relay | Relay [get] |
|
inlineprotected |
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
A call attempt that was ringing, progressing, or incoming is now fully connected. This event can occur on both the caller and the callee.
dictionary | the event that describes the call. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
A call that was once connected has become disconnected. This event can occur on both the caller and the callee.
dictionary | the event that describes the call. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
A call failed to get connected. This event can occur on both the caller and the callee.
dictionary | the event that describes the call attempt. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
The device we called is making progress on getting connected. This may be interspersed with OnCallProgressing. This event can occur on the caller.
dictionary | the event that describes the progress. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
The device is receiving an inbound call request. This event can occur on the callee.
dictionary | the event that describes the inbound call request. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
The device we called is ringing. We are waiting for them to answer. This event can occur on the caller.
dictionary | the event that describes the call. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
There is a request to make an outbound call. This event can occur on the caller after using the "Call X" voice command on the Assistant.
dictionary | the event that describes the outbound call request. |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
inlinevirtual |
Implements RelayDotNet.IRelayWorkflow.
|
get |