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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/agent.rb

Overview

The request message for Agents.ExportAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_uri::String

Returns Required. 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.

Returns:

  • (::String)

    Required. 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.



239
240
241
242
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 239

class ExportAgentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project that the agent to export is associated with. Format: projects/<Project ID>.

Returns:

  • (::String)

    Required. The project that the agent to export is associated with. Format: projects/<Project ID>.



239
240
241
242
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 239

class ExportAgentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end