Interface protos.google.cloud.dialogflow.v2beta1.IEnvironment (4.4.0)

Properties of an Environment.

Package

@google-cloud/dialogflow!

Properties

agentVersion

agentVersion?: (string|null);

Environment agentVersion

Property Value
TypeDescription
(string|null)

description

description?: (string|null);

Environment description

Property Value
TypeDescription
(string|null)

fulfillment

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

Environment fulfillment

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IFulfillment|null)

name

name?: (string|null);

Environment name

Property Value
TypeDescription
(string|null)

state

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

Environment state

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.Environment.State|keyof typeof google.cloud.dialogflow.v2beta1.Environment.State|null)

textToSpeechSettings

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

Environment textToSpeechSettings

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.ITextToSpeechSettings|null)

updateTime

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

Environment updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)