ex_microsoftbot v1.0.0 ExMicrosoftBot.Client.Conversations
This module provides the functions for conversations
Summary
Functions
Create a new Conversation. API Reference
This function takes a ConversationId and returns an array of ChannelAccount[] objects which are the members of the conversation. API Reference. When ActivityId is passed in then it returns the members of the particular activity in the conversation. API Reference
This method allows you to reply to an activity. API Reference
This method allows you to reply to an activity. API Reference
This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference
This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference
This method allows you to upload an attachment directly into a channels blob storage. API Reference
Functions
Specs
create_conversation(String.t, ExMicrosoftBot.Models.ConversationParameters.t) ::
{:ok, ExMicrosoftBot.Models.ResourceResponse.t} |
ExMicrosoftBot.Client.error_type
Create a new Conversation. API Reference
Specs
get_members(String.t, String.t, String.t) ::
{:ok, [ExMicrosoftBot.Models.ChannelAccount.t]} |
ExMicrosoftBot.Client.error_type
This function takes a ConversationId and returns an array of ChannelAccount[] objects which are the members of the conversation. API Reference. When ActivityId is passed in then it returns the members of the particular activity in the conversation. API Reference
Specs
reply_to_activity(String.t, String.t, ExMicrosoftBot.Models.Activity.t) ::
:ok |
ExMicrosoftBot.Client.error_type
This method allows you to reply to an activity. API Reference
Specs
reply_to_activity(String.t, String.t, String.t, ExMicrosoftBot.Models.Activity.t) ::
:ok |
ExMicrosoftBot.Client.error_type
This method allows you to reply to an activity. API Reference
Specs
send_to_conversation(String.t, ExMicrosoftBot.Models.Activity.t) ::
:ok |
ExMicrosoftBot.Client.error_type
This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference
Specs
send_to_conversation(String.t, String.t, ExMicrosoftBot.Models.Activity.t) ::
:ok |
ExMicrosoftBot.Client.error_type
This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference
Specs
upload_attachment(String.t, String.t, ExMicrosoftBot.Models.AttachmentData.t) ::
:ok |
ExMicrosoftBot.Client.error_type
This method allows you to upload an attachment directly into a channels blob storage. API Reference