Properties of a Flow.
Package
@google-cloud/dialogflow-cx!Properties
description
description?: (string|null);
Flow description
Type | Description |
(string|null) |
displayName
displayName?: (string|null);
Flow displayName
Type | Description |
(string|null) |
eventHandlers
eventHandlers?: (google.cloud.dialogflow.cx.v3.IEventHandler[]|null);
Flow eventHandlers
Type | Description |
(google.cloud.dialogflow.cx.v3.IEventHandler[]|null) |
name
name?: (string|null);
Flow name
Type | Description |
(string|null) |
nluSettings
nluSettings?: (google.cloud.dialogflow.cx.v3.INluSettings|null);
Flow nluSettings
Type | Description |
(google.cloud.dialogflow.cx.v3.INluSettings|null) |
transitionRouteGroups
transitionRouteGroups?: (string[]|null);
Flow transitionRouteGroups
Type | Description |
(string[]|null) |
transitionRoutes
transitionRoutes?: (google.cloud.dialogflow.cx.v3.ITransitionRoute[]|null);
Flow transitionRoutes
Type | Description |
(google.cloud.dialogflow.cx.v3.ITransitionRoute[]|null) |