intercom v0.0.2 Intercom.Segment View Source

An Intercom segment.

Link to this section Summary

Functions

Fetches a segment by its Intercom ID

Link to this section Types

Link to this type result() View Source
result() :: {:ok, Intercom.Segment.t()} | {:error, any()}
Link to this type t() View Source
t() :: %Intercom.Segment{count: term(), created_at: term(), id: term(), name: term(), person_type: term(), type: term(), updated_at: term()}

Link to this section Functions

Fetches a segment by its Intercom ID.