Class: Google::Cloud::Dialogflow::CX::V3::GetFlowValidationResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetFlowValidationResultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
Overview
The request message for Flows.GetFlowValidationResult.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
If not specified, the agent's default language is used.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns If not specified, the agent's default language is used.
381 382 383 384 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 381 class GetFlowValidationResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The flow name.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult
.
381 382 383 384 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 381 class GetFlowValidationResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |