Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ExportAgentResponse (v1.7.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ExportAgentResponse.

The response message for Agents.ExportAgent.

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.

    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.

#agent_content=

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

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.

#agent_uri

def agent_uri() -> ::String
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.

#agent_uri=

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

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.