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:



477
478
479
480
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 477

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

Returns:

  • (::String)

    The unique identifier of the agent validation result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.



477
478
479
480
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 477

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