Class: Google::Cloud::Dialogflow::V2::ExportAgentResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb

Overview

The response message for Agents::ExportAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_contentString

Returns Zip compressed raw byte content for agent.

Returns:

  • (String)

    Zip compressed raw byte content for agent.



201
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 201

class ExportAgentResponse; end

#agent_uriString

Returns The URI to a file containing the exported agent. This field is populated only if agent_uri is specified in ExportAgentRequest.

Returns:

  • (String)

    The URI to a file containing the exported agent. This field is populated only if agent_uri is specified in ExportAgentRequest.



201
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/agent.rb', line 201

class ExportAgentResponse; end