ex_microsoftbot v2.0.1 ExMicrosoftBot.Models.ConversationParameters

Microsoft bot conversation API parameters

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ExMicrosoftBot.Models.ConversationParameters{
  bot: ExMicrosoftBot.Models.ChannelAccount.t(),
  isGroup: boolean(),
  members: [ExMicrosoftBot.Models.ChannelAccount.t()],
  topicName: String.t()
}