Class: Google::Cloud::Dialogflow::V2::ExportAgentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb

Overview

The request message for Agents::ExportAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_uriString

Returns Optional. The Google Cloud Storage URI to export the agent to. Note: The URI must start with "gs://". If left unspecified, the serialized agent is returned inline.

Returns:

  • (String)

    Optional. The Google Cloud Storage URI to export the agent to. Note: The URI must start with "gs://". If left unspecified, the serialized agent is returned inline.



142
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 142

class ExportAgentRequest; end

#parentString

Returns Required. The project that the agent to export is associated with. Format: +projects/+.

Returns:

  • (String)

    Required. The project that the agent to export is associated with. Format: +projects/+.



142
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 142

class ExportAgentRequest; end