Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationsResource

The "conversations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConversationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource

Constructors

ConversationsResource(IClientService)

Constructs a new resource.

Declaration
public ConversationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Analyses

Gets the Analyses resource.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.AnalysesResource Analyses { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ConversationsResource.AnalysesResource

FeedbackLabels

Gets the FeedbackLabels resource.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource FeedbackLabels { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource

Methods

BulkAnalyze(GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest, string)

Analyzes multiple conversations in a single request.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.BulkAnalyzeRequest BulkAnalyze(GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest body

The body of the request.

string parent

Required. The parent resource to create analyses in.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.BulkAnalyzeRequest

BulkDelete(GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest, string)

Deletes multiple conversations in a single request.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.BulkDeleteRequest BulkDelete(GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest body

The body of the request.

string parent

Required. The parent resource to delete conversations from. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.BulkDeleteRequest

CalculateStats(string)

Gets conversation statistics.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.CalculateStatsRequest CalculateStats(string location)
Parameters
Type Name Description
string location

Required. The location of the conversations.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.CalculateStatsRequest

Create(GoogleCloudContactcenterinsightsV1Conversation, string)

Creates a conversation. Note that this method does not support audio transcription or redaction. Use conversations.upload instead.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Conversation body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Conversation body

The body of the request.

string parent

Required. The parent resource of the conversation.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.CreateRequest

Delete(string)

Deletes a conversation.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the conversation to delete.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.DeleteRequest

Get(string)

Gets a conversation.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the conversation to get.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.GetRequest

Ingest(GoogleCloudContactcenterinsightsV1IngestConversationsRequest, string)

Imports conversations and processes them according to the user's configuration.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.IngestRequest Ingest(GoogleCloudContactcenterinsightsV1IngestConversationsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1IngestConversationsRequest body

The body of the request.

string parent

Required. The parent resource for new conversations.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.IngestRequest

List(string)

Lists conversations.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the conversation.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1Conversation, string)

Updates a conversation.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1Conversation body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Conversation body

The body of the request.

string name

Immutable. The resource name of the conversation. Format: projects/{project}/locations/{location}/conversations/{conversation}

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.PatchRequest

Upload(GoogleCloudContactcenterinsightsV1UploadConversationRequest, string)

Create a long-running conversation upload operation. This method differs from CreateConversation by allowing audio transcription and optional DLP redaction.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.UploadRequest Upload(GoogleCloudContactcenterinsightsV1UploadConversationRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1UploadConversationRequest body

The body of the request.

string parent

Required. The parent resource of the conversation.

Returns
Type Description
ProjectsResource.LocationsResource.ConversationsResource.UploadRequest
In this article
Back to top Generated by DocFX