Class: Google::Cloud::Dialogflow::CX::V3::GetFlowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetFlowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/flow.rb
Overview
The response message for Flows.GetFlow.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
The language to retrieve the flow for.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns The language to retrieve the flow for. The following fields are language dependent:
-
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.
311 312 313 314 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 311 class GetFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the flow to get.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
311 312 313 314 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 311 class GetFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |