ex_microsoftbot v1.0.0 ExMicrosoftBot.Client.BotState

This module provides the functions to get the state of bot

Summary

Functions

delete_user_data(service_url, channel_id, user_id)

Specs

Delete all data for a user in a channel. API Reference

get_conversation_data(service_url, channel_id, conversation_id)

Get the bots data for all users in a conversation. API Reference

get_private_conversation_data(service_url, channel_id, conversation_id, user_id)

Get bot's data for a single user in a conversation. API Reference

get_user_data(service_url, channel_id, user_id)

Get a bots data for the user across all conversations. API Reference

set_conversation_data(service_url, channel_id, conversation_id, data)

Update the bot's data for all users in a conversation. API Reference

set_user_data(service_url, channel_id, user_id, data)

Update the bot's data for a user. API Reference

set_user_data_in_conversation(service_url, channel_id, conversation_id, user_id, data)

Update the bot's data for a single user in a conversation. API Reference