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
-
(::String) — Uncompressed raw byte content for agent. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_content
,agent_uri
,commit_sha
. 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) — Uncompressed raw byte content for agent. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_content
,agent_uri
,commit_sha
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Uncompressed raw byte content for agent. This field is populated
if none of
agent_uri
andgit_destination
are specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_content
,agent_uri
,commit_sha
. 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
if
agent_uri
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_uri
,agent_content
,commit_sha
. 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
if
agent_uri
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_uri
,agent_content
,commit_sha
. 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
if
agent_uri
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
agent_uri
,agent_content
,commit_sha
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#commit_sha
def commit_sha() -> ::String
-
(::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
commit_sha
,agent_uri
,agent_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#commit_sha=
def commit_sha=(value) -> ::String
-
value (::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
commit_sha
,agent_uri
,agent_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Commit SHA of the git push. This field is populated if
git_destination
is specified in ExportAgentRequest.Note: The following fields are mutually exclusive:
commit_sha
,agent_uri
,agent_content
. If a field in that set is populated, all other fields in the set will automatically be cleared.