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

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 response message for Agents.ExportAgent.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_content::String

Returns Zip compressed raw byte content for agent.

Note: The following fields are mutually exclusive: agent_content, agent_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Zip compressed raw byte content for agent.

    Note: The following fields are mutually exclusive: agent_content, agent_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.



257
258
259
260
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 257

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

#agent_uri::String

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

Note: The following fields are mutually exclusive: agent_uri, agent_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

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

    Note: The following fields are mutually exclusive: agent_uri, agent_content. If a field in that set is populated, all other fields in the set will automatically be cleared.



257
258
259
260
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 257

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