Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.15 KB

AsyncConversationQuery.md

File metadata and controls

19 lines (15 loc) · 2.15 KB

AsyncConversationQuery

Properties

Name Type Description Notes
interval string Specifies the date and time range of data being queried. Results will include conversations that both started on a day touched by the interval AND either started, ended, or any activity during the interval. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss [optional]
conversationFilters \PureCloudPlatform\Client\V2\Model\ConversationDetailQueryFilter[] Filters that target conversation-level data [optional]
segmentFilters \PureCloudPlatform\Client\V2\Model\SegmentDetailQueryFilter[] Filters that target individual segments within a conversation [optional]
evaluationFilters \PureCloudPlatform\Client\V2\Model\EvaluationDetailQueryFilter[] Filters that target evaluations [optional]
mediaEndpointStatFilters \PureCloudPlatform\Client\V2\Model\MediaEndpointStatDetailQueryFilter[] Filters that target mediaEndpointStats [optional]
surveyFilters \PureCloudPlatform\Client\V2\Model\SurveyDetailQueryFilter[] Filters that target surveys [optional]
order string Sort the result set in ascending/descending order. Default is ascending [optional]
orderBy string Specify which data element within the result set to use for sorting. The options to use as a basis for sorting the results: conversationStart, segmentStart, and segmentEnd. If not specified, the default is conversationStart [optional]
limit int Specify number of results to be returned [optional]
startOfDayIntervalMatching bool Add a filter to only include conversations that started after the beginning of the interval start date (UTC) [optional]

[Back to Model list] [Back to API list] [Back to README]