Reference documentation and code samples for the BigQuery Data QnA V1alpha API module Google::Cloud::DataQnA::V1alpha::QuestionService::Paths.
Path helper methods for the QuestionService API.
Methods
#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)
#question_path
def question_path(project:, location:, question:) -> ::String
Create a fully-qualified Question resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/questions/{question}
- project (String)
- location (String)
- question (String)
- (::String)
- (::ArgumentError)
#user_feedback_path
def user_feedback_path(project:, location:, question:) -> ::String
Create a fully-qualified UserFeedback resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/questions/{question}/userFeedback
- project (String)
- location (String)
- question (String)
- (::String)
- (::ArgumentError)