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}
- project (String)
- location (String)
- conversation (String)
- analysis (String)
- (::String)
- (::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}
- project (String)
- location (String)
- conversation (String)
- (::String)
- (::ArgumentError)
#conversation_profile_path
def conversation_profile_path(project:, location:, conversation_profile:) -> ::String
Create a fully-qualified ConversationProfile resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- project (String)
- location (String)
- conversation_profile (String)
- (::String)
- (::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}
- project (String)
- location (String)
- issue_model (String)
- (::String)
- (::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}
- project (String)
- location (String)
- issue_model (String)
- issue (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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.
def participant_path(project:, conversation:, participant:) -> ::String
projects/{project}/conversations/{conversation}/participants/{participant}
- project (String)
- conversation (String)
- participant (String)
def participant_path(project:, location:, conversation:, participant:) -> ::String
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}
- project (String)
- location (String)
- conversation (String)
- participant (String)
- (::String)
- (::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}
- project (String)
- location (String)
- phrase_matcher (String)
- (::String)
- (::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
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- view (String)
- (::String)
- (::ArgumentError)