Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::AnswerRecords::Paths.
Path helper methods for the AnswerRecords API.
Methods
#answer_record_path
def answer_record_path(project:, answer_record:) -> ::String
def answer_record_path(project:, location:, answer_record:) -> ::String
Create a fully-qualified AnswerRecord resource string.
def answer_record_path(project:, answer_record:) -> ::String
projects/{project}/answerRecords/{answer_record}
- project (String)
- answer_record (String)
def answer_record_path(project:, location:, answer_record:) -> ::String
projects/{project}/locations/{location}/answerRecords/{answer_record}
- project (String)
- location (String)
- answer_record (String)
- (::String)
- (::ArgumentError)
#context_path
def context_path(project:, session:, context:) -> ::String
def context_path(project:, environment:, user:, session:, context:) -> ::String
def context_path(project:, location:, session:, context:) -> ::String
def context_path(project:, location:, environment:, user:, session:, context:) -> ::String
Create a fully-qualified Context resource string.
def context_path(project:, session:, context:) -> ::String
projects/{project}/agent/sessions/{session}/contexts/{context}
- project (String)
- session (String)
- context (String)
def context_path(project:, environment:, user:, session:, context:) -> ::String
projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}
- project (String)
- environment (String)
- user (String)
- session (String)
- context (String)
def context_path(project:, location:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/sessions/{session}/contexts/{context}
- project (String)
- location (String)
- session (String)
- context (String)
def context_path(project:, location:, environment:, user:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}
- project (String)
- location (String)
- environment (String)
- user (String)
- session (String)
- context (String)
- (::String)
- (::ArgumentError)
#intent_path
def intent_path(project:, intent:) -> ::String
def intent_path(project:, location:, intent:) -> ::String
Create a fully-qualified Intent resource string.
def intent_path(project:, intent:) -> ::String
projects/{project}/agent/intents/{intent}
- project (String)
- intent (String)
def intent_path(project:, location:, intent:) -> ::String
projects/{project}/locations/{location}/agent/intents/{intent}
- project (String)
- location (String)
- intent (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)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)