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
-
(::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
-
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.
-
(::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
-
(::String) — The URI to a file containing the exported agent. This field is populated
only if
agent_uri
is specified inExportAgentRequest
.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
-
value (::String) — The URI to a file containing the exported agent. This field is populated
only if
agent_uri
is specified inExportAgentRequest
.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.
-
(::String) — The URI to a file containing the exported agent. This field is populated
only if
agent_uri
is specified inExportAgentRequest
.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.