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
@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
| Parameter | Type | Description |
|---|---|---|
SegmentId | string | Unique Id of the segment for which conversation details needs to be fetched |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: To get conversation with segment id (lazy auto-pagination).