Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::AgentValidationResult.
The response message for Agents.GetAgentValidationResult.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#flow_validation_results
def flow_validation_results() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>) — Contains all flow validation results.
#flow_validation_results=
def flow_validation_results=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>) — Contains all flow validation results.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::FlowValidationResult>) — Contains all flow validation results.
#name
def name() -> ::String
Returns
-
(::String) — The unique identifier of the agent validation result.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The unique identifier of the agent validation result.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.
Returns
-
(::String) — The unique identifier of the agent validation result.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult
.