Class: Google::Cloud::Dialogflow::CX::V3::GetFlowValidationResultRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/flow.rb

Overview

The request message for Flows.GetFlowValidationResult.

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns If not specified, the agent's default language is used.

Returns:

  • (::String)

    If not specified, the agent's default language is used.



381
382
383
384
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 381

class GetFlowValidationResultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The flow name. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

Returns:

  • (::String)

    Required. The flow name. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.



381
382
383
384
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 381

class GetFlowValidationResultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end