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)
#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)