ex_microsoftbot v2.0.1 ExMicrosoftBot.Client.Conversations

This module provides the functions for conversations

Link to this section Summary

Functions

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 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 a new Conversation. API Reference

Link to this function get_members(service_url, conversation_id, activity_id \\ nil)

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

Link to this function reply_to_activity(conversation_id, activity_id, activity)

This method allows you to reply to an activity. API Reference

Link to this function reply_to_activity(service_url, conversation_id, activity_id, activity)

This method allows you to reply to an activity. API Reference

Link to this function send_to_conversation(conversation_id, activity)

This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference

Link to this function send_to_conversation(service_url, conversation_id, activity)

This method allows you to send an activity to a conversation regardless of previous posts to a conversation. API Reference

Link to this function upload_attachment(service_url, conversation_id, attachment)

This method allows you to upload an attachment directly into a channels blob storage. API Reference