Package Methods (1.22.0)

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 = 

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.analysis_path

analysis_path(project: str, location: str, conversation: str, analysis: str) -> str

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

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

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

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

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

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 )

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 )

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.conversation_path

conversation_path(project: str, location: str, conversation: str) -> str

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.encryption_spec_path

encryption_spec_path(project: str, location: str) -> str

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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

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

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

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

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

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

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, )

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

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

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

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

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

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

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 ]

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

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

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.

See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.ingest_conversations

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

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

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

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 )

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 )

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 )

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 )

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 )

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 )

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 )

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

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 )

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 )

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 )

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 )

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 )

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_analysis_path

parse_analysis_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_conversation_path

parse_conversation_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_issue_path

parse_issue_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_participant_path

parse_participant_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_recognizer_path

parse_recognizer_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_settings_path

parse_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_view_path

parse_view_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.participant_path

participant_path(project: str, conversation: str, participant: str) -> str

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.recognizer_path

recognizer_path(project: str, location: str, recognizer: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.settings_path

settings_path(project: str, location: str) -> str

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

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

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

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

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

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

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

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

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.view_path

view_path(project: str, location: str, view: str) -> str

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 = 

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.__exit__

__exit__(type, value, traceback)

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.analysis_path

analysis_path(project: str, location: str, conversation: str, analysis: str) -> str

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

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

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

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

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

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 )

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 )

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_project_path

common_project_path(project: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.conversation_path

conversation_path(project: str, location: str, conversation: str) -> str

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.encryption_spec_path

encryption_spec_path(project: str, location: str) -> str

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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

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

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

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

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

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

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, )

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

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

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

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

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

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

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

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

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.

See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.ingest_conversations

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

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

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

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 )

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 )

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 )

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 )

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 )

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 )

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 )

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

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 )

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 )

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 )

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 )

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 )

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_analysis_path

parse_analysis_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_conversation_path

parse_conversation_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_issue_path

parse_issue_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_participant_path

parse_participant_path(path: str) -> typing.Dict[str, str]

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]

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]

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]

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]

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]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_recognizer_path

parse_recognizer_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_settings_path

parse_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_view_path

parse_view_path(path: str) -> typing.Dict[str, str]

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.participant_path

participant_path(project: str, conversation: str, participant: str) -> str

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.recognizer_path

recognizer_path(project: str, location: str, recognizer: str) -> str

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.settings_path

settings_path(project: str, location: str) -> str

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

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

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

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

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

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

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

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

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

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

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

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

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

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

google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.view_path

view_path(project: str, location: str, view: str) -> str

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )

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]]] = () )