Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::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) — Uncompressed raw byte content for agent.
#agent_content=
def agent_content=(value) -> ::String
Parameter
- value (::String) — Uncompressed raw byte content for agent.
Returns
- (::String) — Uncompressed raw byte content for agent.
#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.
#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.
Returns
-
(::String) — The URI to a file containing the exported agent. This field is populated
only if
agent_uri
is specified in ExportAgentRequest.