The request message for Agents.RestoreAgent.
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 Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#agent_uri=
def agent_uri=(value) -> ::String
Parameter
-
value (::String) — The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
Returns
-
(::String) — The Google Cloud Storage URI
to restore agent from. The format of this URI must be
gs://<bucket-name>/<object-name>
.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the agent to restore into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the agent to restore into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Returns
-
(::String) — Required. The name of the agent to restore into.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
#restore_option
def restore_option() -> ::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption) — Agent restore mode. If not specified,
KEEP
is assumed.
#restore_option=
def restore_option=(value) -> ::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption
Parameter
-
value (::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption) — Agent restore mode. If not specified,
KEEP
is assumed.
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::RestoreOption) — Agent restore mode. If not specified,
KEEP
is assumed.