Contact Center AI Insights v1 API - Class ContactCenterInsights.ContactCenterInsightsClient (2.15.0)

public class ContactCenterInsights.ContactCenterInsightsClient : ClientBase<ContactCenterInsights.ContactCenterInsightsClient>

Reference documentation and code samples for the Contact Center AI Insights v1 API class ContactCenterInsights.ContactCenterInsightsClient.

Client for ContactCenterInsights

Inheritance

object > ClientBase > ClientBaseContactCenterInsightsContactCenterInsightsClient > ContactCenterInsights.ContactCenterInsightsClient

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ContactCenterInsightsClient()

protected ContactCenterInsightsClient()

Protected parameterless constructor to allow creation of test doubles.

ContactCenterInsightsClient(CallInvoker)

public ContactCenterInsightsClient(CallInvoker callInvoker)

Creates a new client for ContactCenterInsights that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

ContactCenterInsightsClient(ChannelBase)

public ContactCenterInsightsClient(ChannelBase channel)

Creates a new client for ContactCenterInsights

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

ContactCenterInsightsClient(ClientBaseConfiguration)

protected ContactCenterInsightsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, CallOptions)

public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, CallOptions options)

Analyzes multiple conversations in a single request.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkAnalyzeConversations(BulkAnalyzeConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkAnalyzeConversations(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Analyzes multiple conversations in a single request.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest request, CallOptions options)

Analyzes multiple conversations in a single request.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkAnalyzeConversationsAsync(BulkAnalyzeConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Analyzes multiple conversations in a single request.

Parameters
Name Description
request BulkAnalyzeConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDeleteConversations(BulkDeleteConversationsRequest, CallOptions)

public virtual Operation BulkDeleteConversations(BulkDeleteConversationsRequest request, CallOptions options)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

BulkDeleteConversations(BulkDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation BulkDeleteConversations(BulkDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

BulkDeleteConversationsAsync(BulkDeleteConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> BulkDeleteConversationsAsync(BulkDeleteConversationsRequest request, CallOptions options)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

BulkDeleteConversationsAsync(BulkDeleteConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> BulkDeleteConversationsAsync(BulkDeleteConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes multiple conversations in a single request.

Parameters
Name Description
request BulkDeleteConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CalculateIssueModelStats(CalculateIssueModelStatsRequest, CallOptions)

public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, CallOptions options)

Gets an issue model's statistics.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CalculateIssueModelStatsResponse

The response received from the server.

CalculateIssueModelStats(CalculateIssueModelStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual CalculateIssueModelStatsResponse CalculateIssueModelStats(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model's statistics.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
CalculateIssueModelStatsResponse

The response received from the server.

CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest, CallOptions)

public virtual AsyncUnaryCall<CalculateIssueModelStatsResponse> CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest request, CallOptions options)

Gets an issue model's statistics.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCalculateIssueModelStatsResponse

The call object.

CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CalculateIssueModelStatsResponse> CalculateIssueModelStatsAsync(CalculateIssueModelStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model's statistics.

Parameters
Name Description
request CalculateIssueModelStatsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallCalculateIssueModelStatsResponse

The call object.

CalculateStats(CalculateStatsRequest, CallOptions)

public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, CallOptions options)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CalculateStatsResponse

The response received from the server.

CalculateStats(CalculateStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual CalculateStatsResponse CalculateStats(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
CalculateStatsResponse

The response received from the server.

CalculateStatsAsync(CalculateStatsRequest, CallOptions)

public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, CallOptions options)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCalculateStatsResponse

The call object.

CalculateStatsAsync(CalculateStatsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CalculateStatsResponse> CalculateStatsAsync(CalculateStatsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets conversation statistics.

Parameters
Name Description
request CalculateStatsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallCalculateStatsResponse

The call object.

CreateAnalysis(CreateAnalysisRequest, CallOptions)

public virtual Operation CreateAnalysis(CreateAnalysisRequest request, CallOptions options)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateAnalysis(CreateAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateAnalysis(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateAnalysisAsync(CreateAnalysisRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateAnalysisAsync(CreateAnalysisRequest request, CallOptions options)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateAnalysisAsync(CreateAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateAnalysisAsync(CreateAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an analysis. The long running operation is done when the analysis has completed.

Parameters
Name Description
request CreateAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateConversation(CreateConversationRequest, CallOptions)

public virtual Conversation CreateConversation(CreateConversationRequest request, CallOptions options)

Creates a conversation.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

CreateConversation(CreateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation CreateConversation(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a conversation.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Conversation

The response received from the server.

CreateConversationAsync(CreateConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, CallOptions options)

Creates a conversation.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

CreateConversationAsync(CreateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> CreateConversationAsync(CreateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a conversation.

Parameters
Name Description
request CreateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

CreateIssueModel(CreateIssueModelRequest, CallOptions)

public virtual Operation CreateIssueModel(CreateIssueModelRequest request, CallOptions options)

Creates an issue model.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateIssueModel(CreateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateIssueModel(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an issue model.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateIssueModelAsync(CreateIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateIssueModelAsync(CreateIssueModelRequest request, CallOptions options)

Creates an issue model.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateIssueModelAsync(CreateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateIssueModelAsync(CreateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an issue model.

Parameters
Name Description
request CreateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

CreatePhraseMatcher(CreatePhraseMatcherRequest, CallOptions)

public virtual PhraseMatcher CreatePhraseMatcher(CreatePhraseMatcherRequest request, CallOptions options)

Creates a phrase matcher.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

CreatePhraseMatcher(CreatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher CreatePhraseMatcher(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a phrase matcher.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

CreatePhraseMatcherAsync(CreatePhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<PhraseMatcher> CreatePhraseMatcherAsync(CreatePhraseMatcherRequest request, CallOptions options)

Creates a phrase matcher.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

CreatePhraseMatcherAsync(CreatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> CreatePhraseMatcherAsync(CreatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a phrase matcher.

Parameters
Name Description
request CreatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

CreateView(CreateViewRequest, CallOptions)

public virtual View CreateView(CreateViewRequest request, CallOptions options)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

CreateView(CreateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View CreateView(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
View

The response received from the server.

CreateViewAsync(CreateViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, CallOptions options)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

CreateViewAsync(CreateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> CreateViewAsync(CreateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a view.

Parameters
Name Description
request CreateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

DeleteAnalysis(DeleteAnalysisRequest, CallOptions)

public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, CallOptions options)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysis(DeleteAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteAnalysis(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteAnalysisAsync(DeleteAnalysisRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, CallOptions options)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteAnalysisAsync(DeleteAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteAnalysisAsync(DeleteAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an analysis.

Parameters
Name Description
request DeleteAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteConversation(DeleteConversationRequest, CallOptions)

public virtual Empty DeleteConversation(DeleteConversationRequest request, CallOptions options)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteConversation(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteConversation(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteConversationAsync(DeleteConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, CallOptions options)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteConversationAsync(DeleteConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteConversationAsync(DeleteConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a conversation.

Parameters
Name Description
request DeleteConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssue(DeleteIssueRequest, CallOptions)

public virtual Empty DeleteIssue(DeleteIssueRequest request, CallOptions options)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteIssue(DeleteIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteIssue(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteIssueAsync(DeleteIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, CallOptions options)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssueAsync(DeleteIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteIssueAsync(DeleteIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue.

Parameters
Name Description
request DeleteIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteIssueModel(DeleteIssueModelRequest, CallOptions)

public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, CallOptions options)

Deletes an issue model.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteIssueModel(DeleteIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteIssueModel(DeleteIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue model.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteIssueModelAsync(DeleteIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteIssueModelAsync(DeleteIssueModelRequest request, CallOptions options)

Deletes an issue model.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteIssueModelAsync(DeleteIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteIssueModelAsync(DeleteIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes an issue model.

Parameters
Name Description
request DeleteIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeletePhraseMatcher(DeletePhraseMatcherRequest, CallOptions)

public virtual Empty DeletePhraseMatcher(DeletePhraseMatcherRequest request, CallOptions options)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeletePhraseMatcher(DeletePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeletePhraseMatcher(DeletePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeletePhraseMatcherAsync(DeletePhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeletePhraseMatcherAsync(DeletePhraseMatcherRequest request, CallOptions options)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeletePhraseMatcherAsync(DeletePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeletePhraseMatcherAsync(DeletePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a phrase matcher.

Parameters
Name Description
request DeletePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteView(DeleteViewRequest, CallOptions)

public virtual Empty DeleteView(DeleteViewRequest request, CallOptions options)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteView(DeleteViewRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteView(DeleteViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteViewAsync(DeleteViewRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteViewAsync(DeleteViewRequest request, CallOptions options)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteViewAsync(DeleteViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteViewAsync(DeleteViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a view.

Parameters
Name Description
request DeleteViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeployIssueModel(DeployIssueModelRequest, CallOptions)

public virtual Operation DeployIssueModel(DeployIssueModelRequest request, CallOptions options)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeployIssueModel(DeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeployIssueModel(DeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeployIssueModelAsync(DeployIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeployIssueModelAsync(DeployIssueModelRequest request, CallOptions options)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeployIssueModelAsync(DeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeployIssueModelAsync(DeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.

Parameters
Name Description
request DeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportInsightsData(ExportInsightsDataRequest, CallOptions)

public virtual Operation ExportInsightsData(ExportInsightsDataRequest request, CallOptions options)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ExportInsightsData(ExportInsightsDataRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ExportInsightsData(ExportInsightsDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

ExportInsightsDataAsync(ExportInsightsDataRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ExportInsightsDataAsync(ExportInsightsDataRequest request, CallOptions options)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportInsightsDataAsync(ExportInsightsDataRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ExportInsightsDataAsync(ExportInsightsDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Export insights data to a destination defined in the request body.

Parameters
Name Description
request ExportInsightsDataRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetAnalysis(GetAnalysisRequest, CallOptions)

public virtual Analysis GetAnalysis(GetAnalysisRequest request, CallOptions options)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Analysis

The response received from the server.

GetAnalysis(GetAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual Analysis GetAnalysis(GetAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Analysis

The response received from the server.

GetAnalysisAsync(GetAnalysisRequest, CallOptions)

public virtual AsyncUnaryCall<Analysis> GetAnalysisAsync(GetAnalysisRequest request, CallOptions options)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnalysis

The call object.

GetAnalysisAsync(GetAnalysisRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Analysis> GetAnalysisAsync(GetAnalysisRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an analysis.

Parameters
Name Description
request GetAnalysisRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAnalysis

The call object.

GetConversation(GetConversationRequest, CallOptions)

public virtual Conversation GetConversation(GetConversationRequest request, CallOptions options)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

GetConversation(GetConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation GetConversation(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Conversation

The response received from the server.

GetConversationAsync(GetConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, CallOptions options)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

GetConversationAsync(GetConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> GetConversationAsync(GetConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a conversation.

Parameters
Name Description
request GetConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

GetIssue(GetIssueRequest, CallOptions)

public virtual Issue GetIssue(GetIssueRequest request, CallOptions options)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Issue

The response received from the server.

GetIssue(GetIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Issue GetIssue(GetIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Issue

The response received from the server.

GetIssueAsync(GetIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Issue> GetIssueAsync(GetIssueRequest request, CallOptions options)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

GetIssueAsync(GetIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Issue> GetIssueAsync(GetIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue.

Parameters
Name Description
request GetIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

GetIssueModel(GetIssueModelRequest, CallOptions)

public virtual IssueModel GetIssueModel(GetIssueModelRequest request, CallOptions options)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IssueModel

The response received from the server.

GetIssueModel(GetIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual IssueModel GetIssueModel(GetIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
IssueModel

The response received from the server.

GetIssueModelAsync(GetIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<IssueModel> GetIssueModelAsync(GetIssueModelRequest request, CallOptions options)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

GetIssueModelAsync(GetIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IssueModel> GetIssueModelAsync(GetIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an issue model.

Parameters
Name Description
request GetIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

GetPhraseMatcher(GetPhraseMatcherRequest, CallOptions)

public virtual PhraseMatcher GetPhraseMatcher(GetPhraseMatcherRequest request, CallOptions options)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

GetPhraseMatcher(GetPhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher GetPhraseMatcher(GetPhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

GetPhraseMatcherAsync(GetPhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<PhraseMatcher> GetPhraseMatcherAsync(GetPhraseMatcherRequest request, CallOptions options)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

GetPhraseMatcherAsync(GetPhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> GetPhraseMatcherAsync(GetPhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a phrase matcher.

Parameters
Name Description
request GetPhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

GetSettings(GetSettingsRequest, CallOptions)

public virtual Settings GetSettings(GetSettingsRequest request, CallOptions options)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Settings

The response received from the server.

GetSettings(GetSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Settings GetSettings(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Settings

The response received from the server.

GetSettingsAsync(GetSettingsRequest, CallOptions)

public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, CallOptions options)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

GetSettingsAsync(GetSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets project-level settings.

Parameters
Name Description
request GetSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

GetView(GetViewRequest, CallOptions)

public virtual View GetView(GetViewRequest request, CallOptions options)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

GetView(GetViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View GetView(GetViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
View

The response received from the server.

GetViewAsync(GetViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> GetViewAsync(GetViewRequest request, CallOptions options)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

GetViewAsync(GetViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> GetViewAsync(GetViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a view.

Parameters
Name Description
request GetViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

IngestConversations(IngestConversationsRequest, CallOptions)

public virtual Operation IngestConversations(IngestConversationsRequest request, CallOptions options)

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

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

IngestConversations(IngestConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation IngestConversations(IngestConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

IngestConversationsAsync(IngestConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> IngestConversationsAsync(IngestConversationsRequest request, CallOptions options)

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

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

IngestConversationsAsync(IngestConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> IngestConversationsAsync(IngestConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request IngestConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ListAnalyses(ListAnalysesRequest, CallOptions)

public virtual ListAnalysesResponse ListAnalyses(ListAnalysesRequest request, CallOptions options)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAnalysesResponse

The response received from the server.

ListAnalyses(ListAnalysesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAnalysesResponse ListAnalyses(ListAnalysesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAnalysesResponse

The response received from the server.

ListAnalysesAsync(ListAnalysesRequest, CallOptions)

public virtual AsyncUnaryCall<ListAnalysesResponse> ListAnalysesAsync(ListAnalysesRequest request, CallOptions options)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAnalysesResponse

The call object.

ListAnalysesAsync(ListAnalysesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAnalysesResponse> ListAnalysesAsync(ListAnalysesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists analyses.

Parameters
Name Description
request ListAnalysesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAnalysesResponse

The call object.

ListConversations(ListConversationsRequest, CallOptions)

public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, CallOptions options)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListConversationsResponse

The response received from the server.

ListConversations(ListConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListConversationsResponse ListConversations(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListConversationsResponse

The response received from the server.

ListConversationsAsync(ListConversationsRequest, CallOptions)

public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, CallOptions options)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListConversationsResponse

The call object.

ListConversationsAsync(ListConversationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListConversationsResponse> ListConversationsAsync(ListConversationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists conversations.

Parameters
Name Description
request ListConversationsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListConversationsResponse

The call object.

ListIssueModels(ListIssueModelsRequest, CallOptions)

public virtual ListIssueModelsResponse ListIssueModels(ListIssueModelsRequest request, CallOptions options)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIssueModelsResponse

The response received from the server.

ListIssueModels(ListIssueModelsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIssueModelsResponse ListIssueModels(ListIssueModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListIssueModelsResponse

The response received from the server.

ListIssueModelsAsync(ListIssueModelsRequest, CallOptions)

public virtual AsyncUnaryCall<ListIssueModelsResponse> ListIssueModelsAsync(ListIssueModelsRequest request, CallOptions options)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIssueModelsResponse

The call object.

ListIssueModelsAsync(ListIssueModelsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIssueModelsResponse> ListIssueModelsAsync(ListIssueModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issue models.

Parameters
Name Description
request ListIssueModelsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListIssueModelsResponse

The call object.

ListIssues(ListIssuesRequest, CallOptions)

public virtual ListIssuesResponse ListIssues(ListIssuesRequest request, CallOptions options)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListIssuesResponse

The response received from the server.

ListIssues(ListIssuesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListIssuesResponse ListIssues(ListIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListIssuesResponse

The response received from the server.

ListIssuesAsync(ListIssuesRequest, CallOptions)

public virtual AsyncUnaryCall<ListIssuesResponse> ListIssuesAsync(ListIssuesRequest request, CallOptions options)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListIssuesResponse

The call object.

ListIssuesAsync(ListIssuesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListIssuesResponse> ListIssuesAsync(ListIssuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists issues.

Parameters
Name Description
request ListIssuesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListIssuesResponse

The call object.

ListPhraseMatchers(ListPhraseMatchersRequest, CallOptions)

public virtual ListPhraseMatchersResponse ListPhraseMatchers(ListPhraseMatchersRequest request, CallOptions options)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPhraseMatchersResponse

The response received from the server.

ListPhraseMatchers(ListPhraseMatchersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPhraseMatchersResponse ListPhraseMatchers(ListPhraseMatchersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListPhraseMatchersResponse

The response received from the server.

ListPhraseMatchersAsync(ListPhraseMatchersRequest, CallOptions)

public virtual AsyncUnaryCall<ListPhraseMatchersResponse> ListPhraseMatchersAsync(ListPhraseMatchersRequest request, CallOptions options)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPhraseMatchersResponse

The call object.

ListPhraseMatchersAsync(ListPhraseMatchersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPhraseMatchersResponse> ListPhraseMatchersAsync(ListPhraseMatchersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists phrase matchers.

Parameters
Name Description
request ListPhraseMatchersRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListPhraseMatchersResponse

The call object.

ListViews(ListViewsRequest, CallOptions)

public virtual ListViewsResponse ListViews(ListViewsRequest request, CallOptions options)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListViewsResponse

The response received from the server.

ListViews(ListViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListViewsResponse ListViews(ListViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListViewsResponse

The response received from the server.

ListViewsAsync(ListViewsRequest, CallOptions)

public virtual AsyncUnaryCall<ListViewsResponse> ListViewsAsync(ListViewsRequest request, CallOptions options)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListViewsResponse

The call object.

ListViewsAsync(ListViewsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListViewsResponse> ListViewsAsync(ListViewsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists views.

Parameters
Name Description
request ListViewsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListViewsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override ContactCenterInsights.ContactCenterInsightsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
ContactCenterInsightsContactCenterInsightsClient
Overrides

UndeployIssueModel(UndeployIssueModelRequest, CallOptions)

public virtual Operation UndeployIssueModel(UndeployIssueModelRequest request, CallOptions options)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UndeployIssueModel(UndeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UndeployIssueModel(UndeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UndeployIssueModelAsync(UndeployIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UndeployIssueModelAsync(UndeployIssueModelRequest request, CallOptions options)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UndeployIssueModelAsync(UndeployIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UndeployIssueModelAsync(UndeployIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Undeploys an issue model. An issue model can not be used in analysis after it has been undeployed.

Parameters
Name Description
request UndeployIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateConversation(UpdateConversationRequest, CallOptions)

public virtual Conversation UpdateConversation(UpdateConversationRequest request, CallOptions options)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Conversation

The response received from the server.

UpdateConversation(UpdateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Conversation UpdateConversation(UpdateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Conversation

The response received from the server.

UpdateConversationAsync(UpdateConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Conversation> UpdateConversationAsync(UpdateConversationRequest request, CallOptions options)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

UpdateConversationAsync(UpdateConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Conversation> UpdateConversationAsync(UpdateConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a conversation.

Parameters
Name Description
request UpdateConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallConversation

The call object.

UpdateIssue(UpdateIssueRequest, CallOptions)

public virtual Issue UpdateIssue(UpdateIssueRequest request, CallOptions options)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Issue

The response received from the server.

UpdateIssue(UpdateIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual Issue UpdateIssue(UpdateIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Issue

The response received from the server.

UpdateIssueAsync(UpdateIssueRequest, CallOptions)

public virtual AsyncUnaryCall<Issue> UpdateIssueAsync(UpdateIssueRequest request, CallOptions options)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

UpdateIssueAsync(UpdateIssueRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Issue> UpdateIssueAsync(UpdateIssueRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue.

Parameters
Name Description
request UpdateIssueRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIssue

The call object.

UpdateIssueModel(UpdateIssueModelRequest, CallOptions)

public virtual IssueModel UpdateIssueModel(UpdateIssueModelRequest request, CallOptions options)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
IssueModel

The response received from the server.

UpdateIssueModel(UpdateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual IssueModel UpdateIssueModel(UpdateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
IssueModel

The response received from the server.

UpdateIssueModelAsync(UpdateIssueModelRequest, CallOptions)

public virtual AsyncUnaryCall<IssueModel> UpdateIssueModelAsync(UpdateIssueModelRequest request, CallOptions options)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

UpdateIssueModelAsync(UpdateIssueModelRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<IssueModel> UpdateIssueModelAsync(UpdateIssueModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an issue model.

Parameters
Name Description
request UpdateIssueModelRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallIssueModel

The call object.

UpdatePhraseMatcher(UpdatePhraseMatcherRequest, CallOptions)

public virtual PhraseMatcher UpdatePhraseMatcher(UpdatePhraseMatcherRequest request, CallOptions options)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

UpdatePhraseMatcher(UpdatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual PhraseMatcher UpdatePhraseMatcher(UpdatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
PhraseMatcher

The response received from the server.

UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest, CallOptions)

public virtual AsyncUnaryCall<PhraseMatcher> UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest request, CallOptions options)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PhraseMatcher> UpdatePhraseMatcherAsync(UpdatePhraseMatcherRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a phrase matcher.

Parameters
Name Description
request UpdatePhraseMatcherRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPhraseMatcher

The call object.

UpdateSettings(UpdateSettingsRequest, CallOptions)

public virtual Settings UpdateSettings(UpdateSettingsRequest request, CallOptions options)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Settings

The response received from the server.

UpdateSettings(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual Settings UpdateSettings(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Settings

The response received from the server.

UpdateSettingsAsync(UpdateSettingsRequest, CallOptions)

public virtual AsyncUnaryCall<Settings> UpdateSettingsAsync(UpdateSettingsRequest request, CallOptions options)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

UpdateSettingsAsync(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Settings> UpdateSettingsAsync(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates project-level settings.

Parameters
Name Description
request UpdateSettingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallSettings

The call object.

UpdateView(UpdateViewRequest, CallOptions)

public virtual View UpdateView(UpdateViewRequest request, CallOptions options)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
View

The response received from the server.

UpdateView(UpdateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual View UpdateView(UpdateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
View

The response received from the server.

UpdateViewAsync(UpdateViewRequest, CallOptions)

public virtual AsyncUnaryCall<View> UpdateViewAsync(UpdateViewRequest request, CallOptions options)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

UpdateViewAsync(UpdateViewRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<View> UpdateViewAsync(UpdateViewRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a view.

Parameters
Name Description
request UpdateViewRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallView

The call object.

UploadConversation(UploadConversationRequest, CallOptions)

public virtual Operation UploadConversation(UploadConversationRequest request, CallOptions options)

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

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UploadConversation(UploadConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UploadConversation(UploadConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UploadConversationAsync(UploadConversationRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UploadConversationAsync(UploadConversationRequest request, CallOptions options)

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

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UploadConversationAsync(UploadConversationRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UploadConversationAsync(UploadConversationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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

Parameters
Name Description
request UploadConversationRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.