Interface protos.google.cloud.dialogflow.cx.v3beta1.IFlow (4.9.0)

Properties of a Flow.

Package

@google-cloud/dialogflow-cx

Properties

advancedSettings

advancedSettings?: (google.cloud.dialogflow.cx.v3beta1.IAdvancedSettings|null);

Flow advancedSettings

description

description?: (string|null);

Flow description

displayName

displayName?: (string|null);

Flow displayName

eventHandlers

eventHandlers?: (google.cloud.dialogflow.cx.v3beta1.IEventHandler[]|null);

Flow eventHandlers

knowledgeConnectorSettings

knowledgeConnectorSettings?: (google.cloud.dialogflow.cx.v3beta1.IKnowledgeConnectorSettings|null);

Flow knowledgeConnectorSettings

locked

locked?: (boolean|null);

Flow locked

multiLanguageSettings

multiLanguageSettings?: (google.cloud.dialogflow.cx.v3beta1.Flow.IMultiLanguageSettings|null);

Flow multiLanguageSettings

name

name?: (string|null);

Flow name

nluSettings

nluSettings?: (google.cloud.dialogflow.cx.v3beta1.INluSettings|null);

Flow nluSettings

transitionRouteGroups

transitionRouteGroups?: (string[]|null);

Flow transitionRouteGroups

transitionRoutes

transitionRoutes?: (google.cloud.dialogflow.cx.v3beta1.ITransitionRoute[]|null);

Flow transitionRoutes