Class: Google::Cloud::Dialogflow::CX::V3::ValidateFlowRequest

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.ValidateFlow.

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.



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 366

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

#name::String

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

Returns:

  • (::String)

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



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 366

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