Class: Google::Cloud::Dialogflow::CX::V3::ExportFlowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ExportFlowRequest
- 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.ExportFlow.
Instance Attribute Summary collapse
-
#flow_uri ⇒ ::String
Optional.
-
#include_referenced_flows ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#flow_uri ⇒ ::String
Returns Optional. The Google Cloud Storage URI to
export the flow to. The format of this URI must be
gs://<bucket-name>/<object-name>.
If left unspecified, the serialized flow is returned inline.
Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.
429 430 431 432 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 429 class ExportFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_referenced_flows ⇒ ::Boolean
Returns Optional. Whether to export flows referenced by the specified flow.
429 430 431 432 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 429 class ExportFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the flow to export.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
429 430 431 432 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/flow.rb', line 429 class ExportFlowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |