Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportAgentRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dialogflow_v3/classes.rb,
generated/google/apis/dialogflow_v3/representations.rb,
generated/google/apis/dialogflow_v3/representations.rb

Overview

The request message for Agents.ExportAgent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportAgentRequest

Returns a new instance of GoogleCloudDialogflowCxV3ExportAgentRequest.



853
854
855
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 853

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#agent_uriString

Optional. The Google Cloud Storage 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

Returns:

  • (String)


851
852
853
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 851

def agent_uri
  @agent_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



858
859
860
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 858

def update!(**args)
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
end