Twilio.Resources.Flex.V2.WebChannels (twilio_elixir v0.1.1)

Copy Markdown View Source

WebChannels resource.

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| conversation_sid | The unique string representing the Conversation resource created. |

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| identity | The unique string representing the User created and should be authorized to participate in the Conversation. For more details, see User Identity & Access Tokens.. PII: standard |

Summary

Types

t()

@type t() :: %Twilio.Resources.Flex.V2.WebChannels{
  conversation_sid: String.t() | nil,
  identity: String.t() | nil
}

Functions

object_name()