Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Agents::Paths.
Path helper methods for the Agents API.
Extended By
Methods
#agent_path
def agent_path(project:) -> ::String
def agent_path(project:, location:) -> ::String
Create a fully-qualified Agent resource string.
def agent_path(project:) -> ::String
projects/{project}/agent
- project (String)
def agent_path(project:, location:) -> ::String
projects/{project}/locations/{location}/agent
- project (String)
- location (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)