Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::GetFlowValidationResultRequest (v0.9.0)

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

The request message for Flows.GetFlowValidationResult.

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 name. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

#name=

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