Direxion v0.1.3 Client.Directline View Source
A Microsoft Directline Client
Link to this section Summary
Functions
Send an activity to Directline the response is the Directline reponse. Parameters:
- activity - The activity to send Returns a Directline Response
Send an activity to a conversation the response is the Directline reponse. Parameters:
- conversation_id - The conversation to send the activity
- activity - The activity to send Returns a Directline Response
Receive the activities from a conversation. Parameters:
- conversation_id - The Conversation ID
- activity_id - The Activity ID we want reponse to Returns a Response object
Sends an activity to a given conversation Parameters:
- conversation_id - The Conversation ID
- activity - The activity payload Returns a tuple containing the status of request and the activity ID
Starts a conversation with directline
Link to this section Functions
Send an activity to Directline the response is the Directline reponse. Parameters:
- activity - The activity to send Returns a Directline Response
Send an activity to a conversation the response is the Directline reponse. Parameters:
- conversation_id - The conversation to send the activity
- activity - The activity to send Returns a Directline Response
Receive the activities from a conversation. Parameters:
- conversation_id - The Conversation ID
- activity_id - The Activity ID we want reponse to Returns a Response object.
Sends an activity to a given conversation Parameters:
- conversation_id - The Conversation ID
- activity - The activity payload Returns a tuple containing the status of request and the activity ID
Starts a conversation with directline
Returns a tuple containing the status of request and the conversation ID