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. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.
#agent_content=
def agent_content=(value) -> ::String
Parameter
-
value (::String) — Uncompressed raw byte content for agent. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.
Returns
-
(::String) — Uncompressed raw byte content for agent. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.
#agent_uri
def agent_uri() -> ::String
Returns
-
(::String) — The URI to a file containing the exported agent. This field is populated
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
if
agent_uri
is specified in ExportAgentRequest.
Returns
-
(::String) — The URI to a file containing the exported agent. This field is populated
if
agent_uri
is specified in ExportAgentRequest.
#commit_sha
def commit_sha() -> ::String
Returns
-
(::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.
#commit_sha=
def commit_sha=(value) -> ::String
Parameter
-
value (::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.
Returns
-
(::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.