Twilio.Flex.V1.Insight.InsightsConversationsService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for InsightsConversations API operations.

Operations: list

Summary

Functions

To get conversation with segment id

Stream: To get conversation with segment id (lazy auto-pagination).

Functions

list(client, params \\ %{}, opts \\ [])

@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

To get conversation with segment id

Operation: ListInsightsConversations | Tags: FlexV1InsightsConversations

Query Parameters

ParameterTypeDescription
SegmentIdstringUnique Id of the segment for which conversation details needs to be fetched

stream(client, params \\ %{}, opts \\ [])

@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()

Stream: To get conversation with segment id (lazy auto-pagination).