Class: Google::Cloud::Dialogflow::CX::V3::FlowValidationResult

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 response message for Flows.GetFlowValidationResult.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The unique identifier of the flow validation result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

Returns:

  • (::String)

    The unique identifier of the flow validation result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.



399
400
401
402
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 399

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

#update_time::Google::Protobuf::Timestamp

Returns Last time the flow was validated.

Returns:



399
400
401
402
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 399

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

#validation_messages::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>

Returns Contains all validation messages.

Returns:



399
400
401
402
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 399

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