Class: Google::Cloud::Dialogflow::CX::V3::AgentValidationResult

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

Overview

The response message for Agents.GetAgentValidationResult.

Instance Attribute Summary collapse

Instance Attribute Details

#flow_validation_results::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>

Returns Contains all flow validation results.

Returns:



501
502
503
504
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 501

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

#name::String

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

Returns:

  • (::String)

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



501
502
503
504
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 501

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