Class: Google::Cloud::Dialogflow::V2::RestoreAgentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#agent_content::String

Returns Zip compressed raw byte content for agent.

Returns:

  • (::String)

    Zip compressed raw byte content for agent.



301
302
303
304
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 301

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

#agent_uri::String

Returns The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".

Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

Returns:

  • (::String)

    The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".

    Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.



301
302
303
304
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 301

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

#parent::String

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

Returns:

  • (::String)

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



301
302
303
304
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 301

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