Class Google::Cloud::Dialogflow::CX::V3::ValidateFlowRequest (v0.4.0)

The request message for Flows.ValidateFlow.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#language_code

def language_code() -> ::String
Returns
  • (::String) — If not specified, the agent's default language is used.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — If not specified, the agent's default language is used.
Returns
  • (::String) — If not specified, the agent's default language is used.

#name

def name() -> ::String
Returns
  • (::String) — Required. The flow to validate. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The flow to validate. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
Returns
  • (::String) — Required. The flow to validate. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.