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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/validationResult
.
398 399 400 401 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 398 class FlowValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last time the flow was validated.
398 399 400 401 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 398 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.
398 399 400 401 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 398 class FlowValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |