ExMicrosoftBot.Models.ConversationResourceResponse (ex_microsoftbot v3.0.0)

Microsoft bot conversation API response when creating a conversation. https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0#conversationresourceresponse-object

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrosoftBot.Models.ConversationResourceResponse{
  activityId: String.t() | nil,
  id: String.t(),
  serviceUrl: String.t()
}

Link to this section Functions

Specs

parse(String.t() | Map.t()) :: t() | {:ok, t()}