Twilio.Resources.Flex.V1.Interaction.Channel.InteractionChannelParticipant (twilio_elixir v0.1.1)

Copy Markdown View Source

InteractionChannelParticipant resource.

SID prefix: UT

Parent: /Interactions/{InteractionSid}/Channels/{Sid}

Properties

FieldDescription
channel_sidThe Channel Sid for this Participant.
interaction_sidThe Interaction Sid for this channel.
routing_propertiesThe Participant's routing properties.
sidThe unique string created by Twilio to identify an Interaction Channel Participant resource.

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

typeParticipant type. Can be: agent, customer, supervisor, external, unknown. Values: supervisor, customer, external, agent, unknown
urlFormat: uri

Summary

Types

t()

@type t() ::
  %Twilio.Resources.Flex.V1.Interaction.Channel.InteractionChannelParticipant{
    channel_sid: String.t() | nil,
    interaction_sid: String.t() | nil,
    routing_properties: String.t() | nil,
    sid: String.t() | nil,
    type: String.t(),
    url: String.t() | nil
  }

Functions

object_name()

sid_prefix()