Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest.
The request message for Agents.ExportAgent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_uri
def agent_uri() -> ::String
-
(::String) — Optional. The Google Cloud
Storage URI to export the agent
to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent 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.
#agent_uri=
def agent_uri=(value) -> ::String
-
value (::String) — Optional. The Google Cloud
Storage URI to export the agent
to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent 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.
-
(::String) — Optional. The Google Cloud
Storage URI to export the agent
to. The format of this URI must be
gs://<bucket-name>/<object-name>
. If left unspecified, the serialized agent 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.
#data_format
def data_format() -> ::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::DataFormat
-
(::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::DataFormat) — Optional. The data format of the exported agent. If not specified,
BLOB
is assumed.
#data_format=
def data_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::DataFormat
-
value (::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::DataFormat) — Optional. The data format of the exported agent. If not specified,
BLOB
is assumed.
-
(::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::DataFormat) — Optional. The data format of the exported agent. If not specified,
BLOB
is assumed.
#environment
def environment() -> ::String
-
(::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
#environment=
def environment=(value) -> ::String
-
value (::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
-
(::String) — Optional. Environment name. If not set, draft environment is assumed.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>
.
#git_destination
def git_destination() -> ::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination
- (::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination) — Optional. The Git branch to export the agent to.
#git_destination=
def git_destination=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination
- value (::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination) — Optional. The Git branch to export the agent to.
- (::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest::GitDestination) — Optional. The Git branch to export the agent to.
#include_bigquery_export_settings
def include_bigquery_export_settings() -> ::Boolean
- (::Boolean) — Optional. Whether to include BigQuery Export setting.
#include_bigquery_export_settings=
def include_bigquery_export_settings=(value) -> ::Boolean
- value (::Boolean) — Optional. Whether to include BigQuery Export setting.
- (::Boolean) — Optional. Whether to include BigQuery Export setting.
#name
def name() -> ::String
-
(::String) — Required. The name of the agent to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#name=
def name=(value) -> ::String
-
value (::String) — Required. The name of the agent to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
-
(::String) — Required. The name of the agent to export.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.