Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::Changelogs::Paths (v0.11.0)

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.

Methods

#agent_path

def agent_path(project:, location:, agent:) -> ::String

Create a fully-qualified Agent resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}

Parameters
  • project (String)
  • location (String)
  • agent (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#changelog_path

def changelog_path(project:, location:, agent:, changelog:) -> ::String

Create a fully-qualified Changelog resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/changelogs/{changelog}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • changelog (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)