Class: Google::Cloud::Dialogflow::CX::V3::AgentValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::AgentValidationResult
- 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
-
#flow_validation_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>
Contains all flow validation results.
-
#name ⇒ ::String
The unique identifier of the agent validation result.
Instance Attribute Details
#flow_validation_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>
Returns Contains all flow validation results.
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
.
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 |