Class Google::Cloud::Dialogflow::V2::RestoreAgentRequest (v0.12.0)

The request message for Agents.RestoreAgent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#agent_content

def agent_content() -> ::String
Returns
  • (::String) — Zip compressed raw byte content for agent.

#agent_content=

def agent_content=(value) -> ::String
Parameter
  • value (::String) — Zip compressed raw byte content for agent.
Returns
  • (::String) — Zip compressed raw byte content for agent.

#agent_uri

def agent_uri() -> ::String
Returns
  • (::String) — The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".

#agent_uri=

def agent_uri=(value) -> ::String
Parameter
  • value (::String) — The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".
Returns
  • (::String) — The URI to a Google Cloud Storage file containing the agent to restore. Note: The URI must start with "gs://".

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The project that the agent to restore is associated with. Format: projects/<Project ID>.

#parent=

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