Class: Google::Cloud::Dialogflow::CX::V3::ValidateFlowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ValidateFlowRequest
- 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.ValidateFlow.
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.
365 366 367 368 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 365 class ValidateFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The flow to validate.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
365 366 367 368 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 365 class ValidateFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |