View source: R/connect_operations.R
connect_list_realtime_contact_analysis_segments_v2 | R Documentation |
Provides a list of analysis segments for a real-time analysis session.
See https://www.paws-r-sdk.com/docs/connect_list_realtime_contact_analysis_segments_v2/ for full documentation.
connect_list_realtime_contact_analysis_segments_v2(
InstanceId,
ContactId,
MaxResults = NULL,
NextToken = NULL,
OutputType,
SegmentTypes
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactId |
[required] The identifier of the contact in this instance of Amazon Connect. |
MaxResults |
The maximum number of results to return per page. |
NextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
OutputType |
[required] The Contact Lens output type to be returned. |
SegmentTypes |
[required] Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.