Contact Center AI Insights V1 API - Module Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Paths (v0.10.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API module Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Paths.

Path helper methods for the ContactCenterInsights API.

Methods

#analysis_path

def analysis_path(project:, location:, conversation:, analysis:) -> ::String

Create a fully-qualified Analysis resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}

Parameters
  • project (String)
  • location (String)
  • conversation (String)
  • analysis (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#conversation_path

def conversation_path(project:, location:, conversation:) -> ::String

Create a fully-qualified Conversation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/conversations/{conversation}

Parameters
  • project (String)
  • location (String)
  • conversation (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#issue_model_path

def issue_model_path(project:, location:, issue_model:) -> ::String

Create a fully-qualified IssueModel resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/issueModels/{issue_model}

Parameters
  • project (String)
  • location (String)
  • issue_model (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#issue_path

def issue_path(project:, location:, issue_model:, issue:) -> ::String

Create a fully-qualified Issue resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

Parameters
  • project (String)
  • location (String)
  • issue_model (String)
  • issue (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#participant_path

def participant_path(project:, conversation:, participant:) -> ::String
def participant_path(project:, location:, conversation:, participant:) -> ::String

Create a fully-qualified Participant resource string.

Overloads
def participant_path(project:, conversation:, participant:) -> ::String
The resource will be in the following format:

projects/{project}/conversations/{conversation}/participants/{participant}

Parameters
  • project (String)
  • conversation (String)
  • participant (String)
def participant_path(project:, location:, conversation:, participant:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}

Parameters
  • project (String)
  • location (String)
  • conversation (String)
  • participant (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#phrase_matcher_path

def phrase_matcher_path(project:, location:, phrase_matcher:) -> ::String

Create a fully-qualified PhraseMatcher resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}

Parameters
  • project (String)
  • location (String)
  • phrase_matcher (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#settings_path

def settings_path(project:, location:) -> ::String

Create a fully-qualified Settings resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/settings

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#view_path

def view_path(project:, location:, view:) -> ::String

Create a fully-qualified View resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/views/{view}

Parameters
  • project (String)
  • location (String)
  • view (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)