Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::FlowValidationResult.
The response message for Flows.GetFlowValidationResult.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String Returns
- (::String) — The unique identifier of the flow validation result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.
#name=
def name=(value) -> ::String Parameter
- value (::String) — The unique identifier of the flow validation result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.
Returns
- (::String) — The unique identifier of the flow validation result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp Returns
- (::Google::Protobuf::Timestamp) — Last time the flow was validated.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp Parameter
- value (::Google::Protobuf::Timestamp) — Last time the flow was validated.
Returns
- (::Google::Protobuf::Timestamp) — Last time the flow was validated.
#validation_messages
def validation_messages() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage> Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>) — Contains all validation messages.
#validation_messages=
def validation_messages=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage> Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>) — Contains all validation messages.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>) — Contains all validation messages.