Class Google::Cloud::Dialogflow::CX::V3::FlowValidationResult (v0.6.0)

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

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#validation_messages

def validation_messages() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>
Returns

#validation_messages=

def validation_messages=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ValidationMessage>
Parameter
Returns