GoogleCloudContactcenterinsightsV1ListConversationsResponse constructor
GoogleCloudContactcenterinsightsV1ListConversationsResponse({
- List<
GoogleCloudContactcenterinsightsV1Conversation> ? conversations, - String? nextPageToken,
Implementation
GoogleCloudContactcenterinsightsV1ListConversationsResponse({
this.conversations,
this.nextPageToken,
});