class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ExportAgentRequest
The request message for Agents.ExportAgent.
Attributes
agent_uri[RW]
Optional. The [Google Cloud Storage](cloud.google.com/storage/docs/) URI to export the agent to. The format of this URI must be `gs:///`. If left unspecified, the serialized agent is returned inline. Corresponds to the JSON property `agentUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9391 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9396 def update!(**args) @agent_uri = args[:agent_uri] if args.key?(:agent_uri) end