ex_microsoftbot v2.0.1 ExMicrosoftBot.Client.Conversations
This module provides the functions for conversations
Link to this section 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
Link to this section Functions
create_conversation( String.t(), ExMicrosoftBot.Models.ConversationParameters.t() ) :: {:ok, ExMicrosoftBot.Models.ResourceResponse.t()} | ExMicrosoftBot.Client.error_type()
Create a new Conversation. API Reference
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
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
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
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
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
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