Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ExportFlowRequest (v0.12.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportFlowRequest.

The request message for Flows.ExportFlow.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#flow_uri

def flow_uri() -> ::String
Returns
  • (::String) — 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.

#flow_uri=

def flow_uri=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#include_referenced_flows

def include_referenced_flows() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to export flows referenced by the specified flow.

#include_referenced_flows=

def include_referenced_flows=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to export flows referenced by the specified flow.
Returns
  • (::Boolean) — Optional. Whether to export flows referenced by the specified flow.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the flow to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the flow to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
Returns
  • (::String) — Required. The name of the flow to export. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.