Class: Google::Cloud::Dialogflow::CX::V3::UpdateFlowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::UpdateFlowRequest
- 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.UpdateFlow.
Instance Attribute Summary collapse
-
#flow ⇒ ::Google::Cloud::Dialogflow::CX::V3::Flow
Required.
-
#language_code ⇒ ::String
The language of the following fields in
flow
:. -
#update_mask ⇒ ::Google::Protobuf::FieldMask
The mask to control which fields get updated.
Instance Attribute Details
#flow ⇒ ::Google::Cloud::Dialogflow::CX::V3::Flow
Returns Required. The flow to update.
339 340 341 342 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 339 class UpdateFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns The language of the following fields in flow
:
-
Flow.event_handlers.trigger_fulfillment.messages
-
Flow.event_handlers.trigger_fulfillment.conditional_cases
-
Flow.transition_routes.trigger_fulfillment.messages
-
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
339 340 341 342 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 339 class UpdateFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The mask to control which fields get updated. If the mask is not present, all fields will be updated.
339 340 341 342 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 339 class UpdateFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |