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

Properties of a Page.

Package

@google-cloud/dialogflow-cx!

Properties

displayName

displayName?: (string|null);

Page displayName

Property Value
TypeDescription
(string|null)

entryFulfillment

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

Page entryFulfillment

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

eventHandlers

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

Page eventHandlers

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IEventHandler[]|null)

form

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

Page form

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IForm|null)

name

name?: (string|null);

Page name

Property Value
TypeDescription
(string|null)

transitionRouteGroups

transitionRouteGroups?: (string[]|null);

Page transitionRouteGroups

Property Value
TypeDescription
(string[]|null)

transitionRoutes

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

Page transitionRoutes

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ITransitionRoute[]|null)