Summary of entries of Methods for contactcenterinsights.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient
ContactCenterInsightsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport, typing.Callable[[...], google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the contact center insights async client.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.analysis_path
analysis_path(project: str, location: str, conversation: str, analysis: str) -> str
Returns a fully-qualified analysis string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.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
Analyzes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.bulk_delete_conversations
bulk_delete_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDeleteConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes multiple conversations in a single request.
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 )
Gets an issue model's statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.calculate_stats
calculate_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsRequest, dict, ] ] = None, *, location: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsResponse )
Gets conversation statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.conversation_path
conversation_path(project: str, location: str, conversation: str) -> str
Returns a fully-qualified conversation string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.conversation_profile_path
conversation_profile_path( project: str, location: str, conversation_profile: str ) -> str
Returns a fully-qualified conversation_profile string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_analysis
create_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Analysis ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates an analysis.
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
Creates a 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
Creates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_phrase_matcher
create_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreatePhraseMatcherRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Creates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.create_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
Creates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_analysis
delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Deletes an analysis.
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
Deletes a conversation.
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
Deletes an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_issue_model
delete_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.delete_phrase_matcher
delete_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeletePhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Deletes a phrase matcher.
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
Deletes a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.deploy_issue_model
deploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation_async.AsyncOperation
Deploys an issue model.
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
Export insights data to a destination defined in the request body.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_analysis
get_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Analysis
Gets an 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
Gets a conversation.
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
Gets an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_issue_model
get_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Gets an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_phrase_matcher
get_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetPhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Gets a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_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
Gets project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_transport_class
get_transport_class() -> ( typing.Type[ google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport ] )
Returns an appropriate transport class.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.get_view
get_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Gets a view.
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.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.issue_model_path
issue_model_path(project: str, location: str, issue_model: str) -> str
Returns a fully-qualified issue_model string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.issue_path
issue_path(project: str, location: str, issue_model: str, issue: str) -> str
Returns a fully-qualified issue string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_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 )
Lists analyses.
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 )
Lists conversations.
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 )
Lists issue models.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_issues
list_issues( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesResponse )
Lists issues.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_phrase_matchers
list_phrase_matchers( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersAsyncPager )
Lists phrase matchers.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.list_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 )
Lists views.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_analysis_path
parse_analysis_path(path: str) -> typing.Dict[str, str]
Parses a analysis path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]
Parses a conversation path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_conversation_profile_path
parse_conversation_profile_path(path: str) -> typing.Dict[str, str]
Parses a conversation_profile path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_issue_model_path
parse_issue_model_path(path: str) -> typing.Dict[str, str]
Parses a issue_model path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_issue_path
parse_issue_path(path: str) -> typing.Dict[str, str]
Parses a issue path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_participant_path
parse_participant_path(path: str) -> typing.Dict[str, str]
Parses a participant path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_phrase_matcher_path
parse_phrase_matcher_path(path: str) -> typing.Dict[str, str]
Parses a phrase_matcher path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_recognizer_path
parse_recognizer_path(path: str) -> typing.Dict[str, str]
Parses a recognizer path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_settings_path
parse_settings_path(path: str) -> typing.Dict[str, str]
Parses a settings path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.parse_view_path
parse_view_path(path: str) -> typing.Dict[str, str]
Parses a view path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.participant_path
participant_path(project: str, conversation: str, participant: str) -> str
Returns a fully-qualified participant string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.phrase_matcher_path
phrase_matcher_path(project: str, location: str, phrase_matcher: str) -> str
Returns a fully-qualified phrase_matcher string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.recognizer_path
recognizer_path(project: str, location: str, recognizer: str) -> str
Returns a fully-qualified recognizer string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.settings_path
settings_path(project: str, location: str) -> str
Returns a fully-qualified settings string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.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
Undeploys an issue model.
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
Updates a 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
Updates an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_issue_model
update_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueModelRequest, dict, ] ] = None, *, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Updates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_phrase_matcher
update_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdatePhraseMatcherRequest, dict, ] ] = None, *, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Updates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_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
Updates project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.update_view
update_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateViewRequest, dict, ] ] = None, *, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Updates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.upload_conversation
upload_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UploadConversationRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation_async.AsyncOperation
Create a longrunning conversation upload operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsAsyncClient.view_path
view_path(project: str, location: str, view: str) -> str
Returns a fully-qualified view string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient
ContactCenterInsightsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport, typing.Callable[[...], google.cloud.contact_center_insights_v1.services.contact_center_insights.transports.base.ContactCenterInsightsTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the contact center insights client.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.analysis_path
analysis_path(project: str, location: str, conversation: str, analysis: str) -> str
Returns a fully-qualified analysis string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.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
Analyzes multiple conversations in a single request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.bulk_delete_conversations
bulk_delete_conversations( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.BulkDeleteConversationsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, filter: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation.Operation
Deletes multiple conversations in a single request.
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 )
Gets an issue model's statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.calculate_stats
calculate_stats( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsRequest, dict, ] ] = None, *, location: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.CalculateStatsResponse )
Gets conversation statistics.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.cancel_operation
cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.conversation_path
conversation_path(project: str, location: str, conversation: str) -> str
Returns a fully-qualified conversation string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.conversation_profile_path
conversation_profile_path( project: str, location: str, conversation_profile: str ) -> str
Returns a fully-qualified conversation_profile string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_analysis
create_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreateAnalysisRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, analysis: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.Analysis ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation.Operation
Creates an analysis.
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
Creates a 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
Creates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_phrase_matcher
create_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.CreatePhraseMatcherRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Creates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.create_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
Creates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_analysis
delete_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Deletes an analysis.
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
Deletes a conversation.
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
Deletes an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_issue_model
delete_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeleteIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation.Operation
Deletes an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.delete_phrase_matcher
delete_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeletePhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> None
Deletes a phrase matcher.
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
Deletes a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.deploy_issue_model
deploy_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.DeployIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation.Operation
Deploys an issue model.
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
Export insights data to a destination defined in the request body.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_analysis
get_analysis( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetAnalysisRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.Analysis
Gets an 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
Gets a conversation.
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
Gets an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_issue_model
get_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetIssueModelRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Gets an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_operation
get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_phrase_matcher
get_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetPhraseMatcherRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Gets a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_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
Gets project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.get_view
get_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.GetViewRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Gets a view.
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.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.issue_model_path
issue_model_path(project: str, location: str, issue_model: str) -> str
Returns a fully-qualified issue_model string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.issue_path
issue_path(project: str, location: str, issue_model: str, issue: str) -> str
Returns a fully-qualified issue string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_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 )
Lists analyses.
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 )
Lists conversations.
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 )
Lists issue models.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_issues
list_issues( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.types.contact_center_insights.ListIssuesResponse )
Lists issues.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_operations
list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_phrase_matchers
list_phrase_matchers( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> ( google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersPager )
Lists phrase matchers.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.list_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 )
Lists views.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_analysis_path
parse_analysis_path(path: str) -> typing.Dict[str, str]
Parses a analysis path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]
Parses a conversation path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_conversation_profile_path
parse_conversation_profile_path(path: str) -> typing.Dict[str, str]
Parses a conversation_profile path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_issue_model_path
parse_issue_model_path(path: str) -> typing.Dict[str, str]
Parses a issue_model path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_issue_path
parse_issue_path(path: str) -> typing.Dict[str, str]
Parses a issue path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_participant_path
parse_participant_path(path: str) -> typing.Dict[str, str]
Parses a participant path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_phrase_matcher_path
parse_phrase_matcher_path(path: str) -> typing.Dict[str, str]
Parses a phrase_matcher path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_recognizer_path
parse_recognizer_path(path: str) -> typing.Dict[str, str]
Parses a recognizer path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_settings_path
parse_settings_path(path: str) -> typing.Dict[str, str]
Parses a settings path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.parse_view_path
parse_view_path(path: str) -> typing.Dict[str, str]
Parses a view path into its component segments.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.participant_path
participant_path(project: str, conversation: str, participant: str) -> str
Returns a fully-qualified participant string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.phrase_matcher_path
phrase_matcher_path(project: str, location: str, phrase_matcher: str) -> str
Returns a fully-qualified phrase_matcher string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.recognizer_path
recognizer_path(project: str, location: str, recognizer: str) -> str
Returns a fully-qualified recognizer string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.settings_path
settings_path(project: str, location: str) -> str
Returns a fully-qualified settings string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.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
Undeploys an issue model.
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
Updates a 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
Updates an issue.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_issue_model
update_issue_model( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateIssueModelRequest, dict, ] ] = None, *, issue_model: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.IssueModel ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.IssueModel
Updates an issue model.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_phrase_matcher
update_phrase_matcher( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdatePhraseMatcherRequest, dict, ] ] = None, *, phrase_matcher: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.PhraseMatcher
Updates a phrase matcher.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_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
Updates project-level settings.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.update_view
update_view( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UpdateViewRequest, dict, ] ] = None, *, view: typing.Optional[ google.cloud.contact_center_insights_v1.types.resources.View ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.cloud.contact_center_insights_v1.types.resources.View
Updates a view.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.upload_conversation
upload_conversation( request: typing.Optional[ typing.Union[ google.cloud.contact_center_insights_v1.types.contact_center_insights.UploadConversationRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () ) -> google.api_core.operation.Operation
Create a longrunning conversation upload operation.
google.cloud.contact_center_insights_v1.services.contact_center_insights.ContactCenterInsightsClient.view_path
view_path(project: str, location: str, view: str) -> str
Returns a fully-qualified view string.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.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]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager
ListAnalysesPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListAnalysesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiate the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListAnalysesPager
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.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]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListConversationsPager
ListConversationsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListConversationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersAsyncPager
ListPhraseMatchersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiates the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListPhraseMatchersPager
ListPhraseMatchersPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListPhraseMatchersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiate the pager.
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsAsyncPager
ListViewsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse ], ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiates the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsAsyncPager
google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsPager
ListViewsPager( method: typing.Callable[ [...], google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, ], request: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsRequest, response: google.cloud.contact_center_insights_v1.types.contact_center_insights.ListViewsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, str]] = () )
Instantiate the pager.
See more: google.cloud.contact_center_insights_v1.services.contact_center_insights.pagers.ListViewsPager