Interface protos.google.cloud.dialogflow.v2.IEnvironment (6.6.0)

Properties of an Environment.

Package

@google-cloud/dialogflow

Properties

agentVersion

agentVersion?: (string|null);

Environment agentVersion

description

description?: (string|null);

Environment description

fulfillment

fulfillment?: (google.cloud.dialogflow.v2.IFulfillment|null);

Environment fulfillment

name

name?: (string|null);

Environment name

state

state?: (google.cloud.dialogflow.v2.Environment.State|keyof typeof google.cloud.dialogflow.v2.Environment.State|null);

Environment state

textToSpeechSettings

textToSpeechSettings?: (google.cloud.dialogflow.v2.ITextToSpeechSettings|null);

Environment textToSpeechSettings

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Environment updateTime