GoogleCloudDialogflowV2Environment class

You can create multiple versions of your agent and publish them to separate environments.

When you edit an agent, you are editing the draft agent. At any point, you can save the draft agent as an agent version, which is an immutable snapshot of your agent. When you save the draft agent, it is published to the default environment. When you create agent versions, you can publish them to custom environments. You can create a variety of custom environments for: - testing

Constructors

GoogleCloudDialogflowV2Environment({String? agentVersion, String? description, GoogleCloudDialogflowV2Fulfillment? fulfillment, String? name, String? state, GoogleCloudDialogflowV2TextToSpeechSettings? textToSpeechSettings, String? updateTime})
GoogleCloudDialogflowV2Environment.fromJson(Map json_)

Properties

agentVersion String?
The agent version loaded into this environment.
getter/setter pair
description String?
The developer-provided description for this environment.
getter/setter pair
fulfillment GoogleCloudDialogflowV2Fulfillment?
The fulfillment settings to use for this environment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique identifier of this agent environment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of this environment.
getter/setter pair
textToSpeechSettings GoogleCloudDialogflowV2TextToSpeechSettings?
Text to speech settings for this environment.
getter/setter pair
updateTime String?
The last update time of this environment.
getter/setter pair

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