Class: Google::Cloud::Dialogflow::CX::V3::FlowValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::FlowValidationResult
- 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
-
#name ⇒ ::String
The unique identifier of the flow validation result.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last time the flow was validated.
-
#validation_messages ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>
Contains all validation messages.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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.
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 |