Summary of entries of Methods for contactcenterinsights.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient
ContactCenterInsightsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport, typing.Callable[[...], google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the contact center insights async client.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.analysis_path
analysis_path(project: str, location: str, conversation: str, analysis: str) -> str
Returns a fully-qualified analysis string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.analysis_rule_path
analysis_rule_path(project: str, location: str, analysis_rule: str) -> str
Returns a fully-qualified analysis_rule string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.bulk_analyze_conversations
bulk_analyze_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkAnalyzeConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, analysis_percentage: typing.Optional[float] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Analyzes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.bulk_delete_conversations
bulk_delete_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDeleteConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.bulk_download_feedback_labels
bulk_download_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDownloadFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Download feedback labels in bulk.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.bulk_upload_feedback_labels
bulk_upload_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkUploadFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Upload feedback labels in bulk.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.calculate_issue_model_stats
calculate_issue_model_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateIssueModelStatsRequest, dict, ] ] = None, *, issue_model: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateIssueModelStatsResponse )
Gets an issue model's statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.calculate_stats
calculate_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsRequest, dict, ] ] = None, *, location: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsResponse )
Gets conversation statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.conversation_path
conversation_path(project: str, location: str, conversation: str) -> str
Returns a fully-qualified conversation string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.conversation_profile_path
conversation_profile_path( project: str, location: str, conversation_profile: str ) -> str
Returns a fully-qualified conversation_profile string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_analysis
create_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Analysis ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_analysis_rule
create_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRuleRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis_rule: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.AnalysisRule ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Creates a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_conversation
create_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateConversationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, conversation: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Conversation ] = None, conversation_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Creates a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_feedback_label
create_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateFeedbackLabelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, feedback_label: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel ] = None, feedback_label_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Create feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_issue_model
create_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateIssueModelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_phrase_matcher
create_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreatePhraseMatcherRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Creates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_qa_question
create_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaQuestionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_question: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaQuestion ] = None, qa_question_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Create a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_qa_scorecard
create_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaScorecardRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_scorecard: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecard ] = None, qa_scorecard_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Create a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_qa_scorecard_revision
create_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaScorecardRevisionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_scorecard_revision: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision ] = None, qa_scorecard_revision_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Creates a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_view
create_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateViewRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Creates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_analysis
delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_analysis_rule
delete_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRuleRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_conversation
delete_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteConversationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_feedback_label
delete_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteFeedbackLabelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_issue
delete_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_issue_model
delete_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_phrase_matcher
delete_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeletePhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_qa_question
delete_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaQuestionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_qa_scorecard
delete_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaScorecardRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_qa_scorecard_revision
delete_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaScorecardRevisionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_view
delete_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.deploy_issue_model
deploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Deploys an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.deploy_qa_scorecard_revision
deploy_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployQaScorecardRevisionRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Deploy a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.encryption_spec_path
encryption_spec_path(project: str, location: str) -> str
Returns a fully-qualified encryption_spec string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.export_insights_data
export_insights_data( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ExportInsightsDataRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Export insights data to a destination defined in the request body.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.export_issue_model
export_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ExportIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Exports an issue model to the provided destination.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.feedback_label_path
feedback_label_path( project: str, location: str, conversation: str, feedback_label: str ) -> str
Returns a fully-qualified feedback_label string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_analysis
get_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Analysis
Gets an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_analysis_rule
get_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRuleRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Get a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_conversation
get_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetConversationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Gets a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_encryption_spec
get_encryption_spec( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetEncryptionSpecRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec
Gets location-level encryption key specification.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_feedback_label
get_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetFeedbackLabelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Get feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_issue
get_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Issue
Gets an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_issue_model
get_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Gets an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_phrase_matcher
get_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetPhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Gets a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_qa_question
get_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaQuestionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Gets a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_qa_scorecard
get_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaScorecardRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Gets a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_qa_scorecard_revision
get_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaScorecardRevisionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Gets a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_settings
get_settings( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Settings
Gets project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport ]
Returns an appropriate transport class.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_view
get_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Gets a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.import_issue_model
import_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ImportIssueModelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Imports an issue model from a Cloud Storage bucket.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.ingest_conversations
ingest_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.IngestConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Imports conversations and processes them according to the user's configuration.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.initialize_encryption_spec
initialize_encryption_spec( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.InitializeEncryptionSpecRequest, dict, ] ] = None, *, encryption_spec: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Initializes a location-level encryption key specification.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.issue_model_path
issue_model_path(project: str, location: str, issue_model: str) -> str
Returns a fully-qualified issue_model string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.issue_path
issue_path(project: str, location: str, issue_model: str, issue: str) -> str
Returns a fully-qualified issue string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_all_feedback_labels
list_all_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAllFeedbackLabelsAsyncPager )
List all feedback labels by project number.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_analyses
list_analyses( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesAsyncPager )
Lists analyses.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_analysis_rules
list_analysis_rules( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysisRulesAsyncPager )
Lists analysis rules.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_conversations
list_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsAsyncPager )
Lists conversations.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_feedback_labels
list_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListFeedbackLabelsAsyncPager )
List feedback labels.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_issue_models
list_issue_models( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssueModelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssueModelsResponse )
Lists issue models.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_issues
list_issues( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesResponse )
Lists issues.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_phrase_matchers
list_phrase_matchers( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersAsyncPager )
Lists phrase matchers.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_qa_questions
list_qa_questions( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaQuestionsAsyncPager )
Lists QaQuestions.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_qa_scorecard_revisions
list_qa_scorecard_revisions( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardRevisionsAsyncPager )
Lists all revisions under the parent QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_qa_scorecards
list_qa_scorecards( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardsAsyncPager )
Lists QaScorecards.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_views
list_views( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsAsyncPager )
Lists views.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_analysis_path
parse_analysis_path(path: str) -> typing.Dict[str, str]
Parses a analysis path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_analysis_rule_path
parse_analysis_rule_path(path: str) -> typing.Dict[str, str]
Parses a analysis_rule path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]
Parses a conversation path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_conversation_profile_path
parse_conversation_profile_path(path: str) -> typing.Dict[str, str]
Parses a conversation_profile path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_encryption_spec_path
parse_encryption_spec_path(path: str) -> typing.Dict[str, str]
Parses a encryption_spec path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_feedback_label_path
parse_feedback_label_path(path: str) -> typing.Dict[str, str]
Parses a feedback_label path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_issue_model_path
parse_issue_model_path(path: str) -> typing.Dict[str, str]
Parses a issue_model path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_issue_path
parse_issue_path(path: str) -> typing.Dict[str, str]
Parses a issue path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_participant_path
parse_participant_path(path: str) -> typing.Dict[str, str]
Parses a participant path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_phrase_matcher_path
parse_phrase_matcher_path(path: str) -> typing.Dict[str, str]
Parses a phrase_matcher path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_qa_question_path
parse_qa_question_path(path: str) -> typing.Dict[str, str]
Parses a qa_question path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_qa_scorecard_path
parse_qa_scorecard_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_qa_scorecard_result_path
parse_qa_scorecard_result_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard_result path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_qa_scorecard_revision_path
parse_qa_scorecard_revision_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard_revision path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_recognizer_path
parse_recognizer_path(path: str) -> typing.Dict[str, str]
Parses a recognizer path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_settings_path
parse_settings_path(path: str) -> typing.Dict[str, str]
Parses a settings path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_view_path
parse_view_path(path: str) -> typing.Dict[str, str]
Parses a view path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.participant_path
participant_path(project: str, conversation: str, participant: str) -> str
Returns a fully-qualified participant string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.phrase_matcher_path
phrase_matcher_path(project: str, location: str, phrase_matcher: str) -> str
Returns a fully-qualified phrase_matcher string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.qa_question_path
qa_question_path( project: str, location: str, qa_scorecard: str, revision: str, qa_question: str ) -> str
Returns a fully-qualified qa_question string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.qa_scorecard_path
qa_scorecard_path(project: str, location: str, qa_scorecard: str) -> str
Returns a fully-qualified qa_scorecard string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.qa_scorecard_result_path
qa_scorecard_result_path( project: str, location: str, qa_scorecard_result: str ) -> str
Returns a fully-qualified qa_scorecard_result string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.qa_scorecard_revision_path
qa_scorecard_revision_path( project: str, location: str, qa_scorecard: str, revision: str ) -> str
Returns a fully-qualified qa_scorecard_revision string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.query_metrics
query_metrics( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.QueryMetricsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Query metrics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.recognizer_path
recognizer_path(project: str, location: str, recognizer: str) -> str
Returns a fully-qualified recognizer string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.settings_path
settings_path(project: str, location: str) -> str
Returns a fully-qualified settings string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.tune_qa_scorecard_revision
tune_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.TuneQaScorecardRevisionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, validate_only: typing.Optional[bool] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Fine tune one or more QaModels.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.undeploy_issue_model
undeploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UndeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Undeploys an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.undeploy_qa_scorecard_revision
undeploy_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UndeployQaScorecardRevisionRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Undeploy a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_analysis_rule
update_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateAnalysisRuleRequest, dict, ] ] = None, *, analysis_rule: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.AnalysisRule ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Updates a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_conversation
update_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateConversationRequest, dict, ] ] = None, *, conversation: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Conversation ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Updates a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_feedback_label
update_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateFeedbackLabelRequest, dict, ] ] = None, *, feedback_label: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Update feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_issue
update_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueRequest, dict, ] ] = None, *, issue: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Issue ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Issue
Updates an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_issue_model
update_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueModelRequest, dict, ] ] = None, *, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Updates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_phrase_matcher
update_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdatePhraseMatcherRequest, dict, ] ] = None, *, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Updates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_qa_question
update_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateQaQuestionRequest, dict, ] ] = None, *, qa_question: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaQuestion ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Updates a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_qa_scorecard
update_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateQaScorecardRequest, dict, ] ] = None, *, qa_scorecard: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecard ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Updates a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_settings
update_settings( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateSettingsRequest, dict, ] ] = None, *, settings: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Settings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Settings
Updates project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_view
update_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateViewRequest, dict, ] ] = None, *, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Updates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.upload_conversation
upload_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UploadConversationRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Create a long-running conversation upload operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.view_path
view_path(project: str, location: str, view: str) -> str
Returns a fully-qualified view string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient
ContactCenterInsightsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport, typing.Callable[[...], google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the contact center insights client.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.analysis_path
analysis_path(project: str, location: str, conversation: str, analysis: str) -> str
Returns a fully-qualified analysis string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.analysis_rule_path
analysis_rule_path(project: str, location: str, analysis_rule: str) -> str
Returns a fully-qualified analysis_rule string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.bulk_analyze_conversations
bulk_analyze_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkAnalyzeConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, analysis_percentage: typing.Optional[float] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Analyzes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.bulk_delete_conversations
bulk_delete_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDeleteConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Deletes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.bulk_download_feedback_labels
bulk_download_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDownloadFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Download feedback labels in bulk.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.bulk_upload_feedback_labels
bulk_upload_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkUploadFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Upload feedback labels in bulk.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.calculate_issue_model_stats
calculate_issue_model_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateIssueModelStatsRequest, dict, ] ] = None, *, issue_model: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateIssueModelStatsResponse )
Gets an issue model's statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.calculate_stats
calculate_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsRequest, dict, ] ] = None, *, location: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsResponse )
Gets conversation statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.conversation_path
conversation_path(project: str, location: str, conversation: str) -> str
Returns a fully-qualified conversation string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.conversation_profile_path
conversation_profile_path( project: str, location: str, conversation_profile: str ) -> str
Returns a fully-qualified conversation_profile string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_analysis
create_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Analysis ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Creates an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_analysis_rule
create_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRuleRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis_rule: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.AnalysisRule ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Creates a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_conversation
create_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateConversationRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, conversation: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Conversation ] = None, conversation_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Creates a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_feedback_label
create_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateFeedbackLabelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, feedback_label: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel ] = None, feedback_label_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Create feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_issue_model
create_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateIssueModelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Creates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_phrase_matcher
create_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreatePhraseMatcherRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Creates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_qa_question
create_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaQuestionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_question: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaQuestion ] = None, qa_question_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Create a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_qa_scorecard
create_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaScorecardRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_scorecard: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecard ] = None, qa_scorecard_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Create a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_qa_scorecard_revision
create_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateQaScorecardRevisionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, qa_scorecard_revision: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision ] = None, qa_scorecard_revision_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Creates a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_view
create_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateViewRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Creates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_analysis
delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_analysis_rule
delete_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRuleRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_conversation
delete_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteConversationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_feedback_label
delete_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteFeedbackLabelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Delete feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_issue
delete_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_issue_model
delete_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Deletes an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_phrase_matcher
delete_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeletePhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_qa_question
delete_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaQuestionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_qa_scorecard
delete_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaScorecardRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_qa_scorecard_revision
delete_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteQaScorecardRevisionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_view
delete_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None
Deletes a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.deploy_issue_model
deploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Deploys an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.deploy_qa_scorecard_revision
deploy_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployQaScorecardRevisionRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Deploy a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.encryption_spec_path
encryption_spec_path(project: str, location: str) -> str
Returns a fully-qualified encryption_spec string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.export_insights_data
export_insights_data( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ExportInsightsDataRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Export insights data to a destination defined in the request body.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.export_issue_model
export_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ExportIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Exports an issue model to the provided destination.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.feedback_label_path
feedback_label_path( project: str, location: str, conversation: str, feedback_label: str ) -> str
Returns a fully-qualified feedback_label string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_analysis
get_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Analysis
Gets an analysis.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_analysis_rule
get_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRuleRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Get a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_conversation
get_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetConversationRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Gets a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_encryption_spec
get_encryption_spec( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetEncryptionSpecRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec
Gets location-level encryption key specification.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_feedback_label
get_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetFeedbackLabelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Get feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_issue
get_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Issue
Gets an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_issue_model
get_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Gets an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_phrase_matcher
get_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetPhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Gets a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_qa_question
get_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaQuestionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Gets a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_qa_scorecard
get_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaScorecardRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Gets a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_qa_scorecard_revision
get_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetQaScorecardRevisionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Gets a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_settings
get_settings( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Settings
Gets project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_view
get_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Gets a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.import_issue_model
import_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ImportIssueModelRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Imports an issue model from a Cloud Storage bucket.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.ingest_conversations
ingest_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.IngestConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Imports conversations and processes them according to the user's configuration.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.initialize_encryption_spec
initialize_encryption_spec( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.InitializeEncryptionSpecRequest, dict, ] ] = None, *, encryption_spec: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Initializes a location-level encryption key specification.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.issue_model_path
issue_model_path(project: str, location: str, issue_model: str) -> str
Returns a fully-qualified issue_model string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.issue_path
issue_path(project: str, location: str, issue_model: str, issue: str) -> str
Returns a fully-qualified issue string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_all_feedback_labels
list_all_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAllFeedbackLabelsPager )
List all feedback labels by project number.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_analyses
list_analyses( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager )
Lists analyses.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_analysis_rules
list_analysis_rules( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysisRulesPager )
Lists analysis rules.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_conversations
list_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsPager )
Lists conversations.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_feedback_labels
list_feedback_labels( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListFeedbackLabelsPager )
List feedback labels.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_issue_models
list_issue_models( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssueModelsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssueModelsResponse )
Lists issue models.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_issues
list_issues( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesResponse )
Lists issues.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_phrase_matchers
list_phrase_matchers( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersPager )
Lists phrase matchers.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_qa_questions
list_qa_questions( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaQuestionsPager )
Lists QaQuestions.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_qa_scorecard_revisions
list_qa_scorecard_revisions( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardRevisionsPager )
Lists all revisions under the parent QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_qa_scorecards
list_qa_scorecards( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardsPager )
Lists QaScorecards.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_views
list_views( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsPager )
Lists views.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_analysis_path
parse_analysis_path(path: str) -> typing.Dict[str, str]
Parses a analysis path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_analysis_rule_path
parse_analysis_rule_path(path: str) -> typing.Dict[str, str]
Parses a analysis_rule path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]
Parses a conversation path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_conversation_profile_path
parse_conversation_profile_path(path: str) -> typing.Dict[str, str]
Parses a conversation_profile path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_encryption_spec_path
parse_encryption_spec_path(path: str) -> typing.Dict[str, str]
Parses a encryption_spec path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_feedback_label_path
parse_feedback_label_path(path: str) -> typing.Dict[str, str]
Parses a feedback_label path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_issue_model_path
parse_issue_model_path(path: str) -> typing.Dict[str, str]
Parses a issue_model path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_issue_path
parse_issue_path(path: str) -> typing.Dict[str, str]
Parses a issue path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_participant_path
parse_participant_path(path: str) -> typing.Dict[str, str]
Parses a participant path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_phrase_matcher_path
parse_phrase_matcher_path(path: str) -> typing.Dict[str, str]
Parses a phrase_matcher path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_qa_question_path
parse_qa_question_path(path: str) -> typing.Dict[str, str]
Parses a qa_question path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_qa_scorecard_path
parse_qa_scorecard_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_qa_scorecard_result_path
parse_qa_scorecard_result_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard_result path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_qa_scorecard_revision_path
parse_qa_scorecard_revision_path(path: str) -> typing.Dict[str, str]
Parses a qa_scorecard_revision path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_recognizer_path
parse_recognizer_path(path: str) -> typing.Dict[str, str]
Parses a recognizer path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_settings_path
parse_settings_path(path: str) -> typing.Dict[str, str]
Parses a settings path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_view_path
parse_view_path(path: str) -> typing.Dict[str, str]
Parses a view path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.participant_path
participant_path(project: str, conversation: str, participant: str) -> str
Returns a fully-qualified participant string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.phrase_matcher_path
phrase_matcher_path(project: str, location: str, phrase_matcher: str) -> str
Returns a fully-qualified phrase_matcher string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.qa_question_path
qa_question_path( project: str, location: str, qa_scorecard: str, revision: str, qa_question: str ) -> str
Returns a fully-qualified qa_question string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.qa_scorecard_path
qa_scorecard_path(project: str, location: str, qa_scorecard: str) -> str
Returns a fully-qualified qa_scorecard string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.qa_scorecard_result_path
qa_scorecard_result_path( project: str, location: str, qa_scorecard_result: str ) -> str
Returns a fully-qualified qa_scorecard_result string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.qa_scorecard_revision_path
qa_scorecard_revision_path( project: str, location: str, qa_scorecard: str, revision: str ) -> str
Returns a fully-qualified qa_scorecard_revision string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.query_metrics
query_metrics( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.QueryMetricsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Query metrics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.recognizer_path
recognizer_path(project: str, location: str, recognizer: str) -> str
Returns a fully-qualified recognizer string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.settings_path
settings_path(project: str, location: str) -> str
Returns a fully-qualified settings string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.tune_qa_scorecard_revision
tune_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.TuneQaScorecardRevisionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, validate_only: typing.Optional[bool] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Fine tune one or more QaModels.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.undeploy_issue_model
undeploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UndeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Undeploys an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.undeploy_qa_scorecard_revision
undeploy_qa_scorecard_revision( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UndeployQaScorecardRevisionRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecardRevision
Undeploy a QaScorecardRevision.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_analysis_rule
update_analysis_rule( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateAnalysisRuleRequest, dict, ] ] = None, *, analysis_rule: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.AnalysisRule ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.AnalysisRule
Updates a analysis rule.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_conversation
update_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateConversationRequest, dict, ] ] = None, *, conversation: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Conversation ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Conversation
Updates a conversation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_feedback_label
update_feedback_label( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateFeedbackLabelRequest, dict, ] ] = None, *, feedback_label: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.FeedbackLabel
Update feedback label.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_issue
update_issue( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueRequest, dict, ] ] = None, *, issue: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Issue ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Issue
Updates an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_issue_model
update_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueModelRequest, dict, ] ] = None, *, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Updates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_phrase_matcher
update_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdatePhraseMatcherRequest, dict, ] ] = None, *, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Updates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_qa_question
update_qa_question( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateQaQuestionRequest, dict, ] ] = None, *, qa_question: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaQuestion ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaQuestion
Updates a QaQuestion.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_qa_scorecard
update_qa_scorecard( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateQaScorecardRequest, dict, ] ] = None, *, qa_scorecard: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.QaScorecard ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.QaScorecard
Updates a QaScorecard.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_settings
update_settings( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateSettingsRequest, dict, ] ] = None, *, settings: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Settings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Settings
Updates project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_view
update_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateViewRequest, dict, ] ] = None, *, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Updates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.upload_conversation
upload_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UploadConversationRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Create a long-running conversation upload operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.view_path
view_path(project: str, location: str, view: str) -> str
Returns a fully-qualified view string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAllFeedbackLabelsAsyncPager
ListAllFeedbackLabelsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAllFeedbackLabelsPager
ListAllFeedbackLabelsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAllFeedbackLabelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesAsyncPager
ListAnalysesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager
ListAnalysesPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysisRulesAsyncPager
ListAnalysisRulesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysisRulesPager
ListAnalysisRulesPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysisRulesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsAsyncPager
ListConversationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsPager
ListConversationsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListFeedbackLabelsAsyncPager
ListFeedbackLabelsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListFeedbackLabelsPager
ListFeedbackLabelsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListFeedbackLabelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersAsyncPager
ListPhraseMatchersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersPager
ListPhraseMatchersPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaQuestionsAsyncPager
ListQaQuestionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaQuestionsPager
ListQaQuestionsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaQuestionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaQuestionsPager
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardRevisionsAsyncPager
ListQaScorecardRevisionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardRevisionsPager
ListQaScorecardRevisionsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardRevisionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardsAsyncPager
ListQaScorecardsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListQaScorecardsPager
ListQaScorecardsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListQaScorecardsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsAsyncPager
ListViewsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsAsyncPager
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsPager
ListViewsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsPager