PageArgs

fun PageArgs(agentId: Output<String>? = null, displayName: Output<String>? = null, entryFulfillment: Output<GoogleCloudDialogflowCxV3beta1FulfillmentArgs>? = null, eventHandlers: Output<List<GoogleCloudDialogflowCxV3beta1EventHandlerArgs>>? = null, flowId: Output<String>? = null, form: Output<GoogleCloudDialogflowCxV3beta1FormArgs>? = null, languageCode: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, transitionRouteGroups: Output<List<String>>? = null, transitionRoutes: Output<List<GoogleCloudDialogflowCxV3beta1TransitionRouteArgs>>? = null)