GoogleCloudDialogflowCxV3RestoreAgentRequest class
The request message for Agents.RestoreAgent.
Constructors
- GoogleCloudDialogflowCxV3RestoreAgentRequest({String? agentContent, String? agentUri, GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource? gitSource, String? restoreOption})
- GoogleCloudDialogflowCxV3RestoreAgentRequest.fromJson(Map json_)
Properties
- agentContent ↔ String?
-
Uncompressed raw byte content for agent.
getter/setter pair
-
agentContentAsBytes
↔ List<
int> -
getter/setter pair
- agentUri ↔ String?
-
The Google Cloud Storage URI to
restore agent from.
getter/setter pair
- gitSource ↔ GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource?
-
Setting for restoring from a git branch
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- restoreOption ↔ String?
-
Agent restore mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited