Interface protos.google.cloud.dialogflow.v2.IContext (4.4.0)

Properties of a Context.

Package

@google-cloud/dialogflow!

Properties

lifespanCount

lifespanCount?: (number|null);

Context lifespanCount

Property Value
TypeDescription
(number|null)

name

name?: (string|null);

Context name

Property Value
TypeDescription
(string|null)

parameters

parameters?: (google.protobuf.IStruct|null);

Context parameters

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