Interface protos.google.cloud.dialogflow.cx.v3.IPage (3.1.2)

Properties of a Page.

Package

@google-cloud/dialogflow-cx

Properties

displayName

displayName?: (string|null);

Page displayName

entryFulfillment

entryFulfillment?: (google.cloud.dialogflow.cx.v3.IFulfillment|null);

Page entryFulfillment

eventHandlers

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

Page eventHandlers

form

form?: (google.cloud.dialogflow.cx.v3.IForm|null);

Page form

name

name?: (string|null);

Page name

transitionRouteGroups

transitionRouteGroups?: (string[]|null);

Page transitionRouteGroups

transitionRoutes

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

Page transitionRoutes