Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Changelogs::Paths.
Path helper methods for the Changelogs API.
Included In
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::StringCreate a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#changelog_path
def changelog_path(project:, location:, agent:, changelog:) -> ::StringCreate a fully-qualified Changelog resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/changelogs/{changelog}
- project (String)
- location (String)
- agent (String)
- changelog (String)
- (::String)
- (::ArgumentError)