Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::CompareVersionsRequest (v0.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CompareVersionsRequest.

The request message for Versions.CompareVersions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#base_version

def base_version() -> ::String
Returns
  • (::String) — Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

    Format: projects/<Project ID>/locations/<Location ID>/agents/ <Agent ID>/flows/<Flow ID>/versions/<Version ID>.

#base_version=

def base_version=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

    Format: projects/<Project ID>/locations/<Location ID>/agents/ <Agent ID>/flows/<Flow ID>/versions/<Version ID>.

Returns
  • (::String) — Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

    Format: projects/<Project ID>/locations/<Location ID>/agents/ <Agent ID>/flows/<Flow ID>/versions/<Version ID>.

#language_code

def language_code() -> ::String
Returns
  • (::String) — The language to compare the flow versions for.

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — The language to compare the flow versions for.

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Returns
  • (::String) — The language to compare the flow versions for.

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

#target_version

def target_version() -> ::String
Returns
  • (::String) — Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

#target_version=

def target_version=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.
Returns
  • (::String) — Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.