ProjectsLocationsConversationsResource class

Constructors

ProjectsLocationsConversationsResource(ApiRequester client)

Properties

analyses ProjectsLocationsConversationsAnalysesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bulkAnalyze(GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Analyzes multiple conversations in a single request.
bulkDelete(GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes multiple conversations in a single request.
calculateStats(String location, {String? filter, String? $fields}) Future<GoogleCloudContactcenterinsightsV1CalculateStatsResponse>
Gets conversation statistics.
create(GoogleCloudContactcenterinsightsV1Conversation request, String parent, {String? conversationId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Conversation>
Creates a conversation.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a conversation.
get(String name, {String? view, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Conversation>
Gets a conversation.
ingest(GoogleCloudContactcenterinsightsV1IngestConversationsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Imports conversations and processes them according to the user's configuration.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListConversationsResponse>
Lists conversations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1Conversation request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Conversation>
Updates a conversation.
toString() String
A string representation of this object.
inherited
upload(GoogleCloudContactcenterinsightsV1UploadConversationRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Create a longrunning conversation upload operation.

Operators

operator ==(Object other) bool
The equality operator.
inherited