ex_microsoftbot v1.0.0 ExMicrosoftBot.Client.Conversations

This module provides the functions for conversations

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

Functions

create_conversation(service_url, params)

Create a new Conversation. API Reference

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

reply_to_activity(conversation_id, activity_id, activity)

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

reply_to_activity(service_url, conversation_id, activity_id, activity)

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

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

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

upload_attachment(service_url, conversation_id, attachment)

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