Package Methods (1.18.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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Conversation

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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Analysis

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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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_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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsAsyncPager
)

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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersAsyncPager
)

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, str]] = ()
) -> (
    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_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_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_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.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.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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Conversation

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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.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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Conversation

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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Analysis

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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.EncryptionSpec

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> 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_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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager
)

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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsPager
)

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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> (
    google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersPager
)

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, str]] = ()
) -> (
    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_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_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_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.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.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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.Conversation

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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher

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

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

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

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

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

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

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

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