1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v3
  6. Page

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dialogflow/v3.Page

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a page in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.

    Create Page Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Page(name: string, args: PageArgs, opts?: CustomResourceOptions);
    @overload
    def Page(resource_name: str,
             args: PageArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Page(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             flow_id: Optional[str] = None,
             agent_id: Optional[str] = None,
             display_name: Optional[str] = None,
             form: Optional[GoogleCloudDialogflowCxV3FormArgs] = None,
             event_handlers: Optional[Sequence[GoogleCloudDialogflowCxV3EventHandlerArgs]] = None,
             entry_fulfillment: Optional[GoogleCloudDialogflowCxV3FulfillmentArgs] = None,
             advanced_settings: Optional[GoogleCloudDialogflowCxV3AdvancedSettingsArgs] = None,
             knowledge_connector_settings: Optional[GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs] = None,
             language_code: Optional[str] = None,
             location: Optional[str] = None,
             name: Optional[str] = None,
             project: Optional[str] = None,
             transition_route_groups: Optional[Sequence[str]] = None,
             transition_routes: Optional[Sequence[GoogleCloudDialogflowCxV3TransitionRouteArgs]] = None)
    func NewPage(ctx *Context, name string, args PageArgs, opts ...ResourceOption) (*Page, error)
    public Page(string name, PageArgs args, CustomResourceOptions? opts = null)
    public Page(String name, PageArgs args)
    public Page(String name, PageArgs args, CustomResourceOptions options)
    
    type: google-native:dialogflow/v3:Page
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PageArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PageArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var pageResource = new GoogleNative.Dialogflow.V3.Page("pageResource", new()
    {
        FlowId = "string",
        AgentId = "string",
        DisplayName = "string",
        Form = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormArgs
        {
            Parameters = new[]
            {
                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterArgs
                {
                    DisplayName = "string",
                    EntityType = "string",
                    FillBehavior = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs
                    {
                        InitialPromptFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
                        {
                            AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                            {
                                AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                                {
                                    Uri = "string",
                                },
                                DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                                {
                                    Enabled = false,
                                    FinishDigit = "string",
                                    MaxDigits = 0,
                                },
                                LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                                {
                                    EnableInteractionLogging = false,
                                    EnableStackdriverLogging = false,
                                },
                            },
                            ConditionalCases = new[]
                            {
                                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs
                                {
                                    Cases = new[]
                                    {
                                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs
                                        {
                                            CaseContent = new[]
                                            {
                                                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs
                                                {
                                                    AdditionalCases = googleCloudDialogflowCxV3FulfillmentConditionalCases,
                                                    Message = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                                                    {
                                                        Channel = "string",
                                                        ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                                                        {
                                                            Metadata = 
                                                            {
                                                                { "string", "string" },
                                                            },
                                                        },
                                                        KnowledgeInfoCard = null,
                                                        LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                                                        {
                                                            Metadata = 
                                                            {
                                                                { "string", "string" },
                                                            },
                                                        },
                                                        OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                                                        {
                                                            Ssml = "string",
                                                            Text = "string",
                                                        },
                                                        Payload = 
                                                        {
                                                            { "string", "string" },
                                                        },
                                                        PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                                                        {
                                                            AudioUri = "string",
                                                        },
                                                        ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                                                        TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                                                        {
                                                            PhoneNumber = "string",
                                                        },
                                                        Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                                                        {
                                                            Text = new[]
                                                            {
                                                                "string",
                                                            },
                                                        },
                                                    },
                                                },
                                            },
                                            Condition = "string",
                                        },
                                    },
                                },
                            },
                            EnableGenerativeFallback = false,
                            Messages = new[]
                            {
                                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                                {
                                    Channel = "string",
                                    ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                                    {
                                        Metadata = 
                                        {
                                            { "string", "string" },
                                        },
                                    },
                                    KnowledgeInfoCard = null,
                                    LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                                    {
                                        Metadata = 
                                        {
                                            { "string", "string" },
                                        },
                                    },
                                    OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                                    {
                                        Ssml = "string",
                                        Text = "string",
                                    },
                                    Payload = 
                                    {
                                        { "string", "string" },
                                    },
                                    PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                                    {
                                        AudioUri = "string",
                                    },
                                    ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                                    TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                                    {
                                        PhoneNumber = "string",
                                    },
                                    Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                                    {
                                        Text = new[]
                                        {
                                            "string",
                                        },
                                    },
                                },
                            },
                            ReturnPartialResponses = false,
                            SetParameterActions = new[]
                            {
                                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                                {
                                    Parameter = "string",
                                    Value = "any",
                                },
                            },
                            Tag = "string",
                            Webhook = "string",
                        },
                        RepromptEventHandlers = new[]
                        {
                            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
                            {
                                Event = "string",
                                TargetFlow = "string",
                                TargetPage = "string",
                                TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
                                {
                                    AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                                    {
                                        AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                                        {
                                            Uri = "string",
                                        },
                                        DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                                        {
                                            Enabled = false,
                                            FinishDigit = "string",
                                            MaxDigits = 0,
                                        },
                                        LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                                        {
                                            EnableInteractionLogging = false,
                                            EnableStackdriverLogging = false,
                                        },
                                    },
                                    ConditionalCases = new[]
                                    {
                                        googleCloudDialogflowCxV3FulfillmentConditionalCases,
                                    },
                                    EnableGenerativeFallback = false,
                                    Messages = new[]
                                    {
                                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                                        {
                                            Channel = "string",
                                            ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                                            {
                                                Metadata = 
                                                {
                                                    { "string", "string" },
                                                },
                                            },
                                            KnowledgeInfoCard = null,
                                            LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                                            {
                                                Metadata = 
                                                {
                                                    { "string", "string" },
                                                },
                                            },
                                            OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                                            {
                                                Ssml = "string",
                                                Text = "string",
                                            },
                                            Payload = 
                                            {
                                                { "string", "string" },
                                            },
                                            PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                                            {
                                                AudioUri = "string",
                                            },
                                            ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                                            TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                                            {
                                                PhoneNumber = "string",
                                            },
                                            Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                                            {
                                                Text = new[]
                                                {
                                                    "string",
                                                },
                                            },
                                        },
                                    },
                                    ReturnPartialResponses = false,
                                    SetParameterActions = new[]
                                    {
                                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                                        {
                                            Parameter = "string",
                                            Value = "any",
                                        },
                                    },
                                    Tag = "string",
                                    Webhook = "string",
                                },
                            },
                        },
                    },
                    AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                    {
                        AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                        {
                            Uri = "string",
                        },
                        DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                        {
                            Enabled = false,
                            FinishDigit = "string",
                            MaxDigits = 0,
                        },
                        LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                        {
                            EnableInteractionLogging = false,
                            EnableStackdriverLogging = false,
                        },
                    },
                    DefaultValue = "any",
                    IsList = false,
                    Redact = false,
                    Required = false,
                },
            },
        },
        EventHandlers = new[]
        {
            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
            {
                Event = "string",
                TargetFlow = "string",
                TargetPage = "string",
                TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
                {
                    AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                    {
                        AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                        {
                            Uri = "string",
                        },
                        DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                        {
                            Enabled = false,
                            FinishDigit = "string",
                            MaxDigits = 0,
                        },
                        LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                        {
                            EnableInteractionLogging = false,
                            EnableStackdriverLogging = false,
                        },
                    },
                    ConditionalCases = new[]
                    {
                        googleCloudDialogflowCxV3FulfillmentConditionalCases,
                    },
                    EnableGenerativeFallback = false,
                    Messages = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                        {
                            Channel = "string",
                            ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                            {
                                Metadata = 
                                {
                                    { "string", "string" },
                                },
                            },
                            KnowledgeInfoCard = null,
                            LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                            {
                                Metadata = 
                                {
                                    { "string", "string" },
                                },
                            },
                            OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                            {
                                Ssml = "string",
                                Text = "string",
                            },
                            Payload = 
                            {
                                { "string", "string" },
                            },
                            PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                            {
                                AudioUri = "string",
                            },
                            ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                            TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                            {
                                PhoneNumber = "string",
                            },
                            Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                            {
                                Text = new[]
                                {
                                    "string",
                                },
                            },
                        },
                    },
                    ReturnPartialResponses = false,
                    SetParameterActions = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                        {
                            Parameter = "string",
                            Value = "any",
                        },
                    },
                    Tag = "string",
                    Webhook = "string",
                },
            },
        },
        EntryFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
        {
            AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
            {
                AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                {
                    Uri = "string",
                },
                DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                {
                    Enabled = false,
                    FinishDigit = "string",
                    MaxDigits = 0,
                },
                LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                {
                    EnableInteractionLogging = false,
                    EnableStackdriverLogging = false,
                },
            },
            ConditionalCases = new[]
            {
                googleCloudDialogflowCxV3FulfillmentConditionalCases,
            },
            EnableGenerativeFallback = false,
            Messages = new[]
            {
                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                {
                    Channel = "string",
                    ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                    {
                        Metadata = 
                        {
                            { "string", "string" },
                        },
                    },
                    KnowledgeInfoCard = null,
                    LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                    {
                        Metadata = 
                        {
                            { "string", "string" },
                        },
                    },
                    OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                    {
                        Ssml = "string",
                        Text = "string",
                    },
                    Payload = 
                    {
                        { "string", "string" },
                    },
                    PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                    {
                        AudioUri = "string",
                    },
                    ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                    TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                    {
                        PhoneNumber = "string",
                    },
                    Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                    {
                        Text = new[]
                        {
                            "string",
                        },
                    },
                },
            },
            ReturnPartialResponses = false,
            SetParameterActions = new[]
            {
                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                {
                    Parameter = "string",
                    Value = "any",
                },
            },
            Tag = "string",
            Webhook = "string",
        },
        AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
        {
            AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
            {
                Uri = "string",
            },
            DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
            {
                Enabled = false,
                FinishDigit = "string",
                MaxDigits = 0,
            },
            LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
            {
                EnableInteractionLogging = false,
                EnableStackdriverLogging = false,
            },
        },
        KnowledgeConnectorSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
        {
            DataStoreConnections = new[]
            {
                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionArgs
                {
                    DataStore = "string",
                    DataStoreType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
                },
            },
            Enabled = false,
            TargetFlow = "string",
            TargetPage = "string",
            TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
            {
                AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                {
                    AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                    {
                        Uri = "string",
                    },
                    DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                    {
                        Enabled = false,
                        FinishDigit = "string",
                        MaxDigits = 0,
                    },
                    LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                    {
                        EnableInteractionLogging = false,
                        EnableStackdriverLogging = false,
                    },
                },
                ConditionalCases = new[]
                {
                    googleCloudDialogflowCxV3FulfillmentConditionalCases,
                },
                EnableGenerativeFallback = false,
                Messages = new[]
                {
                    new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                    {
                        Channel = "string",
                        ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                        {
                            Metadata = 
                            {
                                { "string", "string" },
                            },
                        },
                        KnowledgeInfoCard = null,
                        LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                        {
                            Metadata = 
                            {
                                { "string", "string" },
                            },
                        },
                        OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                        {
                            Ssml = "string",
                            Text = "string",
                        },
                        Payload = 
                        {
                            { "string", "string" },
                        },
                        PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                        {
                            AudioUri = "string",
                        },
                        ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                        TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                        {
                            PhoneNumber = "string",
                        },
                        Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                        {
                            Text = new[]
                            {
                                "string",
                            },
                        },
                    },
                },
                ReturnPartialResponses = false,
                SetParameterActions = new[]
                {
                    new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                    {
                        Parameter = "string",
                        Value = "any",
                    },
                },
                Tag = "string",
                Webhook = "string",
            },
        },
        LanguageCode = "string",
        Location = "string",
        Name = "string",
        Project = "string",
        TransitionRouteGroups = new[]
        {
            "string",
        },
        TransitionRoutes = new[]
        {
            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRouteArgs
            {
                Condition = "string",
                Description = "string",
                Intent = "string",
                TargetFlow = "string",
                TargetPage = "string",
                TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
                {
                    AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
                    {
                        AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
                        {
                            Uri = "string",
                        },
                        DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
                        {
                            Enabled = false,
                            FinishDigit = "string",
                            MaxDigits = 0,
                        },
                        LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
                        {
                            EnableInteractionLogging = false,
                            EnableStackdriverLogging = false,
                        },
                    },
                    ConditionalCases = new[]
                    {
                        googleCloudDialogflowCxV3FulfillmentConditionalCases,
                    },
                    EnableGenerativeFallback = false,
                    Messages = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
                        {
                            Channel = "string",
                            ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
                            {
                                Metadata = 
                                {
                                    { "string", "string" },
                                },
                            },
                            KnowledgeInfoCard = null,
                            LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
                            {
                                Metadata = 
                                {
                                    { "string", "string" },
                                },
                            },
                            OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
                            {
                                Ssml = "string",
                                Text = "string",
                            },
                            Payload = 
                            {
                                { "string", "string" },
                            },
                            PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
                            {
                                AudioUri = "string",
                            },
                            ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                            TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
                            {
                                PhoneNumber = "string",
                            },
                            Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                            {
                                Text = new[]
                                {
                                    "string",
                                },
                            },
                        },
                    },
                    ReturnPartialResponses = false,
                    SetParameterActions = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
                        {
                            Parameter = "string",
                            Value = "any",
                        },
                    },
                    Tag = "string",
                    Webhook = "string",
                },
            },
        },
    });
    
    example, err := dialogflowv3.NewPage(ctx, "pageResource", &dialogflowv3.PageArgs{
    FlowId: pulumi.String("string"),
    AgentId: pulumi.String("string"),
    DisplayName: pulumi.String("string"),
    Form: &dialogflow.GoogleCloudDialogflowCxV3FormArgs{
    Parameters: []dialogflow.GoogleCloudDialogflowCxV3FormParameterArgs{
    {
    DisplayName: pulumi.String("string"),
    EntityType: pulumi.String("string"),
    FillBehavior: {
    InitialPromptFulfillment: {
    AdvancedSettings: {
    AudioExportGcsDestination: {
    Uri: pulumi.String("string"),
    },
    DtmfSettings: {
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: {
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs{
    {
    Cases: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs{
    {
    CaseContent: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs{
    {
    AdditionalCases: pulumi.Any(googleCloudDialogflowCxV3FulfillmentConditionalCases),
    Message: {
    Channel: pulumi.String("string"),
    ConversationSuccess: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: {
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: {
    "string": pulumi.String("string"),
    },
    PlayAudio: {
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: {
    PhoneNumber: pulumi.String("string"),
    },
    Text: {
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    },
    Condition: pulumi.String("string"),
    },
    },
    },
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    {
    Channel: pulumi.String("string"),
    ConversationSuccess: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: {
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: {
    "string": pulumi.String("string"),
    },
    PlayAudio: {
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: {
    PhoneNumber: pulumi.String("string"),
    },
    Text: {
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    {
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    RepromptEventHandlers: []dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
    {
    Event: pulumi.String("string"),
    TargetFlow: pulumi.String("string"),
    TargetPage: pulumi.String("string"),
    TriggerFulfillment: {
    AdvancedSettings: {
    AudioExportGcsDestination: {
    Uri: pulumi.String("string"),
    },
    DtmfSettings: {
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: {
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
    googleCloudDialogflowCxV3FulfillmentConditionalCases,
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    {
    Channel: pulumi.String("string"),
    ConversationSuccess: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: {
    Metadata: {
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: {
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: {
    "string": pulumi.String("string"),
    },
    PlayAudio: {
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: {
    PhoneNumber: pulumi.String("string"),
    },
    Text: {
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    {
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    },
    },
    },
    AdvancedSettings: {
    AudioExportGcsDestination: {
    Uri: pulumi.String("string"),
    },
    DtmfSettings: {
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: {
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    DefaultValue: pulumi.Any("any"),
    IsList: pulumi.Bool(false),
    Redact: pulumi.Bool(false),
    Required: pulumi.Bool(false),
    },
    },
    },
    EventHandlers: dialogflow.GoogleCloudDialogflowCxV3EventHandlerArray{
    &dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
    Event: pulumi.String("string"),
    TargetFlow: pulumi.String("string"),
    TargetPage: pulumi.String("string"),
    TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
    AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
    AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
    Uri: pulumi.String("string"),
    },
    DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
    googleCloudDialogflowCxV3FulfillmentConditionalCases,
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
    Channel: pulumi.String("string"),
    ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
    PhoneNumber: pulumi.String("string"),
    },
    Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    &dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    },
    },
    EntryFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
    AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
    AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
    Uri: pulumi.String("string"),
    },
    DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
    googleCloudDialogflowCxV3FulfillmentConditionalCases,
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
    Channel: pulumi.String("string"),
    ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
    PhoneNumber: pulumi.String("string"),
    },
    Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    &dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
    AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
    Uri: pulumi.String("string"),
    },
    DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    KnowledgeConnectorSettings: &dialogflow.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs{
    DataStoreConnections: dialogflow.GoogleCloudDialogflowCxV3DataStoreConnectionArray{
    &dialogflow.GoogleCloudDialogflowCxV3DataStoreConnectionArgs{
    DataStore: pulumi.String("string"),
    DataStoreType: dialogflowv3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeDataStoreTypeUnspecified,
    },
    },
    Enabled: pulumi.Bool(false),
    TargetFlow: pulumi.String("string"),
    TargetPage: pulumi.String("string"),
    TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
    AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
    AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
    Uri: pulumi.String("string"),
    },
    DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
    googleCloudDialogflowCxV3FulfillmentConditionalCases,
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
    Channel: pulumi.String("string"),
    ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
    PhoneNumber: pulumi.String("string"),
    },
    Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    &dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    },
    LanguageCode: pulumi.String("string"),
    Location: pulumi.String("string"),
    Name: pulumi.String("string"),
    Project: pulumi.String("string"),
    TransitionRouteGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    TransitionRoutes: dialogflow.GoogleCloudDialogflowCxV3TransitionRouteArray{
    &dialogflow.GoogleCloudDialogflowCxV3TransitionRouteArgs{
    Condition: pulumi.String("string"),
    Description: pulumi.String("string"),
    Intent: pulumi.String("string"),
    TargetFlow: pulumi.String("string"),
    TargetPage: pulumi.String("string"),
    TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
    AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
    AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
    Uri: pulumi.String("string"),
    },
    DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
    Enabled: pulumi.Bool(false),
    FinishDigit: pulumi.String("string"),
    MaxDigits: pulumi.Int(0),
    },
    LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
    EnableInteractionLogging: pulumi.Bool(false),
    EnableStackdriverLogging: pulumi.Bool(false),
    },
    },
    ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
    googleCloudDialogflowCxV3FulfillmentConditionalCases,
    },
    EnableGenerativeFallback: pulumi.Bool(false),
    Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
    &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
    Channel: pulumi.String("string"),
    ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    KnowledgeInfoCard: nil,
    LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
    Metadata: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    },
    OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
    Ssml: pulumi.String("string"),
    Text: pulumi.String("string"),
    },
    Payload: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
    AudioUri: pulumi.String("string"),
    },
    ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
    TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
    PhoneNumber: pulumi.String("string"),
    },
    Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
    Text: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    },
    ReturnPartialResponses: pulumi.Bool(false),
    SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
    &dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
    Parameter: pulumi.String("string"),
    Value: pulumi.Any("any"),
    },
    },
    Tag: pulumi.String("string"),
    Webhook: pulumi.String("string"),
    },
    },
    },
    })
    
    var pageResource = new Page("pageResource", PageArgs.builder()        
        .flowId("string")
        .agentId("string")
        .displayName("string")
        .form(GoogleCloudDialogflowCxV3FormArgs.builder()
            .parameters(GoogleCloudDialogflowCxV3FormParameterArgs.builder()
                .displayName("string")
                .entityType("string")
                .fillBehavior(GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs.builder()
                    .initialPromptFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
                        .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                            .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                                .uri("string")
                                .build())
                            .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                                .enabled(false)
                                .finishDigit("string")
                                .maxDigits(0)
                                .build())
                            .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                                .enableInteractionLogging(false)
                                .enableStackdriverLogging(false)
                                .build())
                            .build())
                        .conditionalCases(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs.builder()
                            .cases(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs.builder()
                                .caseContent(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs.builder()
                                    .additionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
                                    .message(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                                        .channel("string")
                                        .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                                            .metadata(Map.of("string", "string"))
                                            .build())
                                        .knowledgeInfoCard()
                                        .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                                            .metadata(Map.of("string", "string"))
                                            .build())
                                        .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                                            .ssml("string")
                                            .text("string")
                                            .build())
                                        .payload(Map.of("string", "string"))
                                        .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                                            .audioUri("string")
                                            .build())
                                        .responseType("RESPONSE_TYPE_UNSPECIFIED")
                                        .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                                            .phoneNumber("string")
                                            .build())
                                        .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                                            .text("string")
                                            .build())
                                        .build())
                                    .build())
                                .condition("string")
                                .build())
                            .build())
                        .enableGenerativeFallback(false)
                        .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                            .channel("string")
                            .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                                .metadata(Map.of("string", "string"))
                                .build())
                            .knowledgeInfoCard()
                            .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                                .metadata(Map.of("string", "string"))
                                .build())
                            .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                                .ssml("string")
                                .text("string")
                                .build())
                            .payload(Map.of("string", "string"))
                            .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                                .audioUri("string")
                                .build())
                            .responseType("RESPONSE_TYPE_UNSPECIFIED")
                            .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                                .phoneNumber("string")
                                .build())
                            .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                                .text("string")
                                .build())
                            .build())
                        .returnPartialResponses(false)
                        .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                            .parameter("string")
                            .value("any")
                            .build())
                        .tag("string")
                        .webhook("string")
                        .build())
                    .repromptEventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
                        .event("string")
                        .targetFlow("string")
                        .targetPage("string")
                        .triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
                            .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                                .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                                    .uri("string")
                                    .build())
                                .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                                    .enabled(false)
                                    .finishDigit("string")
                                    .maxDigits(0)
                                    .build())
                                .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                                    .enableInteractionLogging(false)
                                    .enableStackdriverLogging(false)
                                    .build())
                                .build())
                            .conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
                            .enableGenerativeFallback(false)
                            .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                                .channel("string")
                                .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                                    .metadata(Map.of("string", "string"))
                                    .build())
                                .knowledgeInfoCard()
                                .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                                    .metadata(Map.of("string", "string"))
                                    .build())
                                .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                                    .ssml("string")
                                    .text("string")
                                    .build())
                                .payload(Map.of("string", "string"))
                                .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                                    .audioUri("string")
                                    .build())
                                .responseType("RESPONSE_TYPE_UNSPECIFIED")
                                .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                                    .phoneNumber("string")
                                    .build())
                                .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                                    .text("string")
                                    .build())
                                .build())
                            .returnPartialResponses(false)
                            .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                                .parameter("string")
                                .value("any")
                                .build())
                            .tag("string")
                            .webhook("string")
                            .build())
                        .build())
                    .build())
                .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                    .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                        .uri("string")
                        .build())
                    .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                        .enabled(false)
                        .finishDigit("string")
                        .maxDigits(0)
                        .build())
                    .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                        .enableInteractionLogging(false)
                        .enableStackdriverLogging(false)
                        .build())
                    .build())
                .defaultValue("any")
                .isList(false)
                .redact(false)
                .required(false)
                .build())
            .build())
        .eventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
            .event("string")
            .targetFlow("string")
            .targetPage("string")
            .triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
                .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                    .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                        .uri("string")
                        .build())
                    .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                        .enabled(false)
                        .finishDigit("string")
                        .maxDigits(0)
                        .build())
                    .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                        .enableInteractionLogging(false)
                        .enableStackdriverLogging(false)
                        .build())
                    .build())
                .conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
                .enableGenerativeFallback(false)
                .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                    .channel("string")
                    .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .knowledgeInfoCard()
                    .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                        .ssml("string")
                        .text("string")
                        .build())
                    .payload(Map.of("string", "string"))
                    .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                        .audioUri("string")
                        .build())
                    .responseType("RESPONSE_TYPE_UNSPECIFIED")
                    .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                        .phoneNumber("string")
                        .build())
                    .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                        .text("string")
                        .build())
                    .build())
                .returnPartialResponses(false)
                .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                    .parameter("string")
                    .value("any")
                    .build())
                .tag("string")
                .webhook("string")
                .build())
            .build())
        .entryFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
            .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                    .uri("string")
                    .build())
                .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                    .enabled(false)
                    .finishDigit("string")
                    .maxDigits(0)
                    .build())
                .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                    .enableInteractionLogging(false)
                    .enableStackdriverLogging(false)
                    .build())
                .build())
            .conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
            .enableGenerativeFallback(false)
            .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                .channel("string")
                .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                    .metadata(Map.of("string", "string"))
                    .build())
                .knowledgeInfoCard()
                .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                    .metadata(Map.of("string", "string"))
                    .build())
                .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                    .ssml("string")
                    .text("string")
                    .build())
                .payload(Map.of("string", "string"))
                .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                    .audioUri("string")
                    .build())
                .responseType("RESPONSE_TYPE_UNSPECIFIED")
                .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                    .phoneNumber("string")
                    .build())
                .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                    .text("string")
                    .build())
                .build())
            .returnPartialResponses(false)
            .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                .parameter("string")
                .value("any")
                .build())
            .tag("string")
            .webhook("string")
            .build())
        .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
            .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                .uri("string")
                .build())
            .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                .enabled(false)
                .finishDigit("string")
                .maxDigits(0)
                .build())
            .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                .enableInteractionLogging(false)
                .enableStackdriverLogging(false)
                .build())
            .build())
        .knowledgeConnectorSettings(GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs.builder()
            .dataStoreConnections(GoogleCloudDialogflowCxV3DataStoreConnectionArgs.builder()
                .dataStore("string")
                .dataStoreType("DATA_STORE_TYPE_UNSPECIFIED")
                .build())
            .enabled(false)
            .targetFlow("string")
            .targetPage("string")
            .triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
                .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                    .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                        .uri("string")
                        .build())
                    .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                        .enabled(false)
                        .finishDigit("string")
                        .maxDigits(0)
                        .build())
                    .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                        .enableInteractionLogging(false)
                        .enableStackdriverLogging(false)
                        .build())
                    .build())
                .conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
                .enableGenerativeFallback(false)
                .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                    .channel("string")
                    .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .knowledgeInfoCard()
                    .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                        .ssml("string")
                        .text("string")
                        .build())
                    .payload(Map.of("string", "string"))
                    .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                        .audioUri("string")
                        .build())
                    .responseType("RESPONSE_TYPE_UNSPECIFIED")
                    .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                        .phoneNumber("string")
                        .build())
                    .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                        .text("string")
                        .build())
                    .build())
                .returnPartialResponses(false)
                .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                    .parameter("string")
                    .value("any")
                    .build())
                .tag("string")
                .webhook("string")
                .build())
            .build())
        .languageCode("string")
        .location("string")
        .name("string")
        .project("string")
        .transitionRouteGroups("string")
        .transitionRoutes(GoogleCloudDialogflowCxV3TransitionRouteArgs.builder()
            .condition("string")
            .description("string")
            .intent("string")
            .targetFlow("string")
            .targetPage("string")
            .triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
                .advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
                    .audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
                        .uri("string")
                        .build())
                    .dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
                        .enabled(false)
                        .finishDigit("string")
                        .maxDigits(0)
                        .build())
                    .loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
                        .enableInteractionLogging(false)
                        .enableStackdriverLogging(false)
                        .build())
                    .build())
                .conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
                .enableGenerativeFallback(false)
                .messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
                    .channel("string")
                    .conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .knowledgeInfoCard()
                    .liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
                        .metadata(Map.of("string", "string"))
                        .build())
                    .outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
                        .ssml("string")
                        .text("string")
                        .build())
                    .payload(Map.of("string", "string"))
                    .playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
                        .audioUri("string")
                        .build())
                    .responseType("RESPONSE_TYPE_UNSPECIFIED")
                    .telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
                        .phoneNumber("string")
                        .build())
                    .text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                        .text("string")
                        .build())
                    .build())
                .returnPartialResponses(false)
                .setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
                    .parameter("string")
                    .value("any")
                    .build())
                .tag("string")
                .webhook("string")
                .build())
            .build())
        .build());
    
    page_resource = google_native.dialogflow.v3.Page("pageResource",
        flow_id="string",
        agent_id="string",
        display_name="string",
        form=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormArgs(
            parameters=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterArgs(
                display_name="string",
                entity_type="string",
                fill_behavior=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs(
                    initial_prompt_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
                        advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                            audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                                uri="string",
                            ),
                            dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                                enabled=False,
                                finish_digit="string",
                                max_digits=0,
                            ),
                            logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                                enable_interaction_logging=False,
                                enable_stackdriver_logging=False,
                            ),
                        ),
                        conditional_cases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs(
                            cases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs(
                                case_content=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs(
                                    additional_cases=google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases,
                                    message=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                                        channel="string",
                                        conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                                            metadata={
                                                "string": "string",
                                            },
                                        ),
                                        knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                                        live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                                            metadata={
                                                "string": "string",
                                            },
                                        ),
                                        output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                                            ssml="string",
                                            text="string",
                                        ),
                                        payload={
                                            "string": "string",
                                        },
                                        play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                                            audio_uri="string",
                                        ),
                                        response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                        telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                                            phone_number="string",
                                        ),
                                        text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                                            text=["string"],
                                        ),
                                    ),
                                )],
                                condition="string",
                            )],
                        )],
                        enable_generative_fallback=False,
                        messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                            channel="string",
                            conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                                metadata={
                                    "string": "string",
                                },
                            ),
                            knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                            live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                                metadata={
                                    "string": "string",
                                },
                            ),
                            output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                                ssml="string",
                                text="string",
                            ),
                            payload={
                                "string": "string",
                            },
                            play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                                audio_uri="string",
                            ),
                            response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                            telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                                phone_number="string",
                            ),
                            text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                                text=["string"],
                            ),
                        )],
                        return_partial_responses=False,
                        set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                            parameter="string",
                            value="any",
                        )],
                        tag="string",
                        webhook="string",
                    ),
                    reprompt_event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
                        event="string",
                        target_flow="string",
                        target_page="string",
                        trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
                            advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                                audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                                    uri="string",
                                ),
                                dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                                    enabled=False,
                                    finish_digit="string",
                                    max_digits=0,
                                ),
                                logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                                    enable_interaction_logging=False,
                                    enable_stackdriver_logging=False,
                                ),
                            ),
                            conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                            enable_generative_fallback=False,
                            messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                                channel="string",
                                conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                                    metadata={
                                        "string": "string",
                                    },
                                ),
                                knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                                live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                                    metadata={
                                        "string": "string",
                                    },
                                ),
                                output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                                    ssml="string",
                                    text="string",
                                ),
                                payload={
                                    "string": "string",
                                },
                                play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                                    audio_uri="string",
                                ),
                                response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                                    phone_number="string",
                                ),
                                text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                                    text=["string"],
                                ),
                            )],
                            return_partial_responses=False,
                            set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                                parameter="string",
                                value="any",
                            )],
                            tag="string",
                            webhook="string",
                        ),
                    )],
                ),
                advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                    audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                        uri="string",
                    ),
                    dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                        enabled=False,
                        finish_digit="string",
                        max_digits=0,
                    ),
                    logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                        enable_interaction_logging=False,
                        enable_stackdriver_logging=False,
                    ),
                ),
                default_value="any",
                is_list=False,
                redact=False,
                required=False,
            )],
        ),
        event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
            event="string",
            target_flow="string",
            target_page="string",
            trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
                advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                    audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                        uri="string",
                    ),
                    dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                        enabled=False,
                        finish_digit="string",
                        max_digits=0,
                    ),
                    logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                        enable_interaction_logging=False,
                        enable_stackdriver_logging=False,
                    ),
                ),
                conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                enable_generative_fallback=False,
                messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                    channel="string",
                    conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                    live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                        ssml="string",
                        text="string",
                    ),
                    payload={
                        "string": "string",
                    },
                    play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                        audio_uri="string",
                    ),
                    response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                    telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                        phone_number="string",
                    ),
                    text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                        text=["string"],
                    ),
                )],
                return_partial_responses=False,
                set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                    parameter="string",
                    value="any",
                )],
                tag="string",
                webhook="string",
            ),
        )],
        entry_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
            advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                    uri="string",
                ),
                dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                    enabled=False,
                    finish_digit="string",
                    max_digits=0,
                ),
                logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                    enable_interaction_logging=False,
                    enable_stackdriver_logging=False,
                ),
            ),
            conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
            enable_generative_fallback=False,
            messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                channel="string",
                conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                    metadata={
                        "string": "string",
                    },
                ),
                knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                    metadata={
                        "string": "string",
                    },
                ),
                output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                    ssml="string",
                    text="string",
                ),
                payload={
                    "string": "string",
                },
                play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                    audio_uri="string",
                ),
                response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                    phone_number="string",
                ),
                text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                    text=["string"],
                ),
            )],
            return_partial_responses=False,
            set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                parameter="string",
                value="any",
            )],
            tag="string",
            webhook="string",
        ),
        advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
            audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                uri="string",
            ),
            dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                enabled=False,
                finish_digit="string",
                max_digits=0,
            ),
            logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                enable_interaction_logging=False,
                enable_stackdriver_logging=False,
            ),
        ),
        knowledge_connector_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs(
            data_store_connections=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionArgs(
                data_store="string",
                data_store_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DATA_STORE_TYPE_UNSPECIFIED,
            )],
            enabled=False,
            target_flow="string",
            target_page="string",
            trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
                advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                    audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                        uri="string",
                    ),
                    dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                        enabled=False,
                        finish_digit="string",
                        max_digits=0,
                    ),
                    logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                        enable_interaction_logging=False,
                        enable_stackdriver_logging=False,
                    ),
                ),
                conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                enable_generative_fallback=False,
                messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                    channel="string",
                    conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                    live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                        ssml="string",
                        text="string",
                    ),
                    payload={
                        "string": "string",
                    },
                    play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                        audio_uri="string",
                    ),
                    response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                    telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                        phone_number="string",
                    ),
                    text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                        text=["string"],
                    ),
                )],
                return_partial_responses=False,
                set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                    parameter="string",
                    value="any",
                )],
                tag="string",
                webhook="string",
            ),
        ),
        language_code="string",
        location="string",
        name="string",
        project="string",
        transition_route_groups=["string"],
        transition_routes=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TransitionRouteArgs(
            condition="string",
            description="string",
            intent="string",
            target_flow="string",
            target_page="string",
            trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
                advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
                    audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
                        uri="string",
                    ),
                    dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
                        enabled=False,
                        finish_digit="string",
                        max_digits=0,
                    ),
                    logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
                        enable_interaction_logging=False,
                        enable_stackdriver_logging=False,
                    ),
                ),
                conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                enable_generative_fallback=False,
                messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
                    channel="string",
                    conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
                    live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
                        metadata={
                            "string": "string",
                        },
                    ),
                    output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
                        ssml="string",
                        text="string",
                    ),
                    payload={
                        "string": "string",
                    },
                    play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
                        audio_uri="string",
                    ),
                    response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                    telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
                        phone_number="string",
                    ),
                    text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
                        text=["string"],
                    ),
                )],
                return_partial_responses=False,
                set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
                    parameter="string",
                    value="any",
                )],
                tag="string",
                webhook="string",
            ),
        )])
    
    const pageResource = new google_native.dialogflow.v3.Page("pageResource", {
        flowId: "string",
        agentId: "string",
        displayName: "string",
        form: {
            parameters: [{
                displayName: "string",
                entityType: "string",
                fillBehavior: {
                    initialPromptFulfillment: {
                        advancedSettings: {
                            audioExportGcsDestination: {
                                uri: "string",
                            },
                            dtmfSettings: {
                                enabled: false,
                                finishDigit: "string",
                                maxDigits: 0,
                            },
                            loggingSettings: {
                                enableInteractionLogging: false,
                                enableStackdriverLogging: false,
                            },
                        },
                        conditionalCases: [{
                            cases: [{
                                caseContent: [{
                                    additionalCases: googleCloudDialogflowCxV3FulfillmentConditionalCases,
                                    message: {
                                        channel: "string",
                                        conversationSuccess: {
                                            metadata: {
                                                string: "string",
                                            },
                                        },
                                        knowledgeInfoCard: {},
                                        liveAgentHandoff: {
                                            metadata: {
                                                string: "string",
                                            },
                                        },
                                        outputAudioText: {
                                            ssml: "string",
                                            text: "string",
                                        },
                                        payload: {
                                            string: "string",
                                        },
                                        playAudio: {
                                            audioUri: "string",
                                        },
                                        responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                                        telephonyTransferCall: {
                                            phoneNumber: "string",
                                        },
                                        text: {
                                            text: ["string"],
                                        },
                                    },
                                }],
                                condition: "string",
                            }],
                        }],
                        enableGenerativeFallback: false,
                        messages: [{
                            channel: "string",
                            conversationSuccess: {
                                metadata: {
                                    string: "string",
                                },
                            },
                            knowledgeInfoCard: {},
                            liveAgentHandoff: {
                                metadata: {
                                    string: "string",
                                },
                            },
                            outputAudioText: {
                                ssml: "string",
                                text: "string",
                            },
                            payload: {
                                string: "string",
                            },
                            playAudio: {
                                audioUri: "string",
                            },
                            responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                            telephonyTransferCall: {
                                phoneNumber: "string",
                            },
                            text: {
                                text: ["string"],
                            },
                        }],
                        returnPartialResponses: false,
                        setParameterActions: [{
                            parameter: "string",
                            value: "any",
                        }],
                        tag: "string",
                        webhook: "string",
                    },
                    repromptEventHandlers: [{
                        event: "string",
                        targetFlow: "string",
                        targetPage: "string",
                        triggerFulfillment: {
                            advancedSettings: {
                                audioExportGcsDestination: {
                                    uri: "string",
                                },
                                dtmfSettings: {
                                    enabled: false,
                                    finishDigit: "string",
                                    maxDigits: 0,
                                },
                                loggingSettings: {
                                    enableInteractionLogging: false,
                                    enableStackdriverLogging: false,
                                },
                            },
                            conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
                            enableGenerativeFallback: false,
                            messages: [{
                                channel: "string",
                                conversationSuccess: {
                                    metadata: {
                                        string: "string",
                                    },
                                },
                                knowledgeInfoCard: {},
                                liveAgentHandoff: {
                                    metadata: {
                                        string: "string",
                                    },
                                },
                                outputAudioText: {
                                    ssml: "string",
                                    text: "string",
                                },
                                payload: {
                                    string: "string",
                                },
                                playAudio: {
                                    audioUri: "string",
                                },
                                responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                                telephonyTransferCall: {
                                    phoneNumber: "string",
                                },
                                text: {
                                    text: ["string"],
                                },
                            }],
                            returnPartialResponses: false,
                            setParameterActions: [{
                                parameter: "string",
                                value: "any",
                            }],
                            tag: "string",
                            webhook: "string",
                        },
                    }],
                },
                advancedSettings: {
                    audioExportGcsDestination: {
                        uri: "string",
                    },
                    dtmfSettings: {
                        enabled: false,
                        finishDigit: "string",
                        maxDigits: 0,
                    },
                    loggingSettings: {
                        enableInteractionLogging: false,
                        enableStackdriverLogging: false,
                    },
                },
                defaultValue: "any",
                isList: false,
                redact: false,
                required: false,
            }],
        },
        eventHandlers: [{
            event: "string",
            targetFlow: "string",
            targetPage: "string",
            triggerFulfillment: {
                advancedSettings: {
                    audioExportGcsDestination: {
                        uri: "string",
                    },
                    dtmfSettings: {
                        enabled: false,
                        finishDigit: "string",
                        maxDigits: 0,
                    },
                    loggingSettings: {
                        enableInteractionLogging: false,
                        enableStackdriverLogging: false,
                    },
                },
                conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
                enableGenerativeFallback: false,
                messages: [{
                    channel: "string",
                    conversationSuccess: {
                        metadata: {
                            string: "string",
                        },
                    },
                    knowledgeInfoCard: {},
                    liveAgentHandoff: {
                        metadata: {
                            string: "string",
                        },
                    },
                    outputAudioText: {
                        ssml: "string",
                        text: "string",
                    },
                    payload: {
                        string: "string",
                    },
                    playAudio: {
                        audioUri: "string",
                    },
                    responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                    telephonyTransferCall: {
                        phoneNumber: "string",
                    },
                    text: {
                        text: ["string"],
                    },
                }],
                returnPartialResponses: false,
                setParameterActions: [{
                    parameter: "string",
                    value: "any",
                }],
                tag: "string",
                webhook: "string",
            },
        }],
        entryFulfillment: {
            advancedSettings: {
                audioExportGcsDestination: {
                    uri: "string",
                },
                dtmfSettings: {
                    enabled: false,
                    finishDigit: "string",
                    maxDigits: 0,
                },
                loggingSettings: {
                    enableInteractionLogging: false,
                    enableStackdriverLogging: false,
                },
            },
            conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
            enableGenerativeFallback: false,
            messages: [{
                channel: "string",
                conversationSuccess: {
                    metadata: {
                        string: "string",
                    },
                },
                knowledgeInfoCard: {},
                liveAgentHandoff: {
                    metadata: {
                        string: "string",
                    },
                },
                outputAudioText: {
                    ssml: "string",
                    text: "string",
                },
                payload: {
                    string: "string",
                },
                playAudio: {
                    audioUri: "string",
                },
                responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                telephonyTransferCall: {
                    phoneNumber: "string",
                },
                text: {
                    text: ["string"],
                },
            }],
            returnPartialResponses: false,
            setParameterActions: [{
                parameter: "string",
                value: "any",
            }],
            tag: "string",
            webhook: "string",
        },
        advancedSettings: {
            audioExportGcsDestination: {
                uri: "string",
            },
            dtmfSettings: {
                enabled: false,
                finishDigit: "string",
                maxDigits: 0,
            },
            loggingSettings: {
                enableInteractionLogging: false,
                enableStackdriverLogging: false,
            },
        },
        knowledgeConnectorSettings: {
            dataStoreConnections: [{
                dataStore: "string",
                dataStoreType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
            }],
            enabled: false,
            targetFlow: "string",
            targetPage: "string",
            triggerFulfillment: {
                advancedSettings: {
                    audioExportGcsDestination: {
                        uri: "string",
                    },
                    dtmfSettings: {
                        enabled: false,
                        finishDigit: "string",
                        maxDigits: 0,
                    },
                    loggingSettings: {
                        enableInteractionLogging: false,
                        enableStackdriverLogging: false,
                    },
                },
                conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
                enableGenerativeFallback: false,
                messages: [{
                    channel: "string",
                    conversationSuccess: {
                        metadata: {
                            string: "string",
                        },
                    },
                    knowledgeInfoCard: {},
                    liveAgentHandoff: {
                        metadata: {
                            string: "string",
                        },
                    },
                    outputAudioText: {
                        ssml: "string",
                        text: "string",
                    },
                    payload: {
                        string: "string",
                    },
                    playAudio: {
                        audioUri: "string",
                    },
                    responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                    telephonyTransferCall: {
                        phoneNumber: "string",
                    },
                    text: {
                        text: ["string"],
                    },
                }],
                returnPartialResponses: false,
                setParameterActions: [{
                    parameter: "string",
                    value: "any",
                }],
                tag: "string",
                webhook: "string",
            },
        },
        languageCode: "string",
        location: "string",
        name: "string",
        project: "string",
        transitionRouteGroups: ["string"],
        transitionRoutes: [{
            condition: "string",
            description: "string",
            intent: "string",
            targetFlow: "string",
            targetPage: "string",
            triggerFulfillment: {
                advancedSettings: {
                    audioExportGcsDestination: {
                        uri: "string",
                    },
                    dtmfSettings: {
                        enabled: false,
                        finishDigit: "string",
                        maxDigits: 0,
                    },
                    loggingSettings: {
                        enableInteractionLogging: false,
                        enableStackdriverLogging: false,
                    },
                },
                conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
                enableGenerativeFallback: false,
                messages: [{
                    channel: "string",
                    conversationSuccess: {
                        metadata: {
                            string: "string",
                        },
                    },
                    knowledgeInfoCard: {},
                    liveAgentHandoff: {
                        metadata: {
                            string: "string",
                        },
                    },
                    outputAudioText: {
                        ssml: "string",
                        text: "string",
                    },
                    payload: {
                        string: "string",
                    },
                    playAudio: {
                        audioUri: "string",
                    },
                    responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
                    telephonyTransferCall: {
                        phoneNumber: "string",
                    },
                    text: {
                        text: ["string"],
                    },
                }],
                returnPartialResponses: false,
                setParameterActions: [{
                    parameter: "string",
                    value: "any",
                }],
                tag: "string",
                webhook: "string",
            },
        }],
    });
    
    type: google-native:dialogflow/v3:Page
    properties:
        advancedSettings:
            audioExportGcsDestination:
                uri: string
            dtmfSettings:
                enabled: false
                finishDigit: string
                maxDigits: 0
            loggingSettings:
                enableInteractionLogging: false
                enableStackdriverLogging: false
        agentId: string
        displayName: string
        entryFulfillment:
            advancedSettings:
                audioExportGcsDestination:
                    uri: string
                dtmfSettings:
                    enabled: false
                    finishDigit: string
                    maxDigits: 0
                loggingSettings:
                    enableInteractionLogging: false
                    enableStackdriverLogging: false
            conditionalCases:
                - ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
            enableGenerativeFallback: false
            messages:
                - channel: string
                  conversationSuccess:
                    metadata:
                        string: string
                  knowledgeInfoCard: {}
                  liveAgentHandoff:
                    metadata:
                        string: string
                  outputAudioText:
                    ssml: string
                    text: string
                  payload:
                    string: string
                  playAudio:
                    audioUri: string
                  responseType: RESPONSE_TYPE_UNSPECIFIED
                  telephonyTransferCall:
                    phoneNumber: string
                  text:
                    text:
                        - string
            returnPartialResponses: false
            setParameterActions:
                - parameter: string
                  value: any
            tag: string
            webhook: string
        eventHandlers:
            - event: string
              targetFlow: string
              targetPage: string
              triggerFulfillment:
                advancedSettings:
                    audioExportGcsDestination:
                        uri: string
                    dtmfSettings:
                        enabled: false
                        finishDigit: string
                        maxDigits: 0
                    loggingSettings:
                        enableInteractionLogging: false
                        enableStackdriverLogging: false
                conditionalCases:
                    - ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
                enableGenerativeFallback: false
                messages:
                    - channel: string
                      conversationSuccess:
                        metadata:
                            string: string
                      knowledgeInfoCard: {}
                      liveAgentHandoff:
                        metadata:
                            string: string
                      outputAudioText:
                        ssml: string
                        text: string
                      payload:
                        string: string
                      playAudio:
                        audioUri: string
                      responseType: RESPONSE_TYPE_UNSPECIFIED
                      telephonyTransferCall:
                        phoneNumber: string
                      text:
                        text:
                            - string
                returnPartialResponses: false
                setParameterActions:
                    - parameter: string
                      value: any
                tag: string
                webhook: string
        flowId: string
        form:
            parameters:
                - advancedSettings:
                    audioExportGcsDestination:
                        uri: string
                    dtmfSettings:
                        enabled: false
                        finishDigit: string
                        maxDigits: 0
                    loggingSettings:
                        enableInteractionLogging: false
                        enableStackdriverLogging: false
                  defaultValue: any
                  displayName: string
                  entityType: string
                  fillBehavior:
                    initialPromptFulfillment:
                        advancedSettings:
                            audioExportGcsDestination:
                                uri: string
                            dtmfSettings:
                                enabled: false
                                finishDigit: string
                                maxDigits: 0
                            loggingSettings:
                                enableInteractionLogging: false
                                enableStackdriverLogging: false
                        conditionalCases:
                            - cases:
                                - caseContent:
                                    - additionalCases: ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
                                      message:
                                        channel: string
                                        conversationSuccess:
                                            metadata:
                                                string: string
                                        knowledgeInfoCard: {}
                                        liveAgentHandoff:
                                            metadata:
                                                string: string
                                        outputAudioText:
                                            ssml: string
                                            text: string
                                        payload:
                                            string: string
                                        playAudio:
                                            audioUri: string
                                        responseType: RESPONSE_TYPE_UNSPECIFIED
                                        telephonyTransferCall:
                                            phoneNumber: string
                                        text:
                                            text:
                                                - string
                                  condition: string
                        enableGenerativeFallback: false
                        messages:
                            - channel: string
                              conversationSuccess:
                                metadata:
                                    string: string
                              knowledgeInfoCard: {}
                              liveAgentHandoff:
                                metadata:
                                    string: string
                              outputAudioText:
                                ssml: string
                                text: string
                              payload:
                                string: string
                              playAudio:
                                audioUri: string
                              responseType: RESPONSE_TYPE_UNSPECIFIED
                              telephonyTransferCall:
                                phoneNumber: string
                              text:
                                text:
                                    - string
                        returnPartialResponses: false
                        setParameterActions:
                            - parameter: string
                              value: any
                        tag: string
                        webhook: string
                    repromptEventHandlers:
                        - event: string
                          targetFlow: string
                          targetPage: string
                          triggerFulfillment:
                            advancedSettings:
                                audioExportGcsDestination:
                                    uri: string
                                dtmfSettings:
                                    enabled: false
                                    finishDigit: string
                                    maxDigits: 0
                                loggingSettings:
                                    enableInteractionLogging: false
                                    enableStackdriverLogging: false
                            conditionalCases:
                                - ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
                            enableGenerativeFallback: false
                            messages:
                                - channel: string
                                  conversationSuccess:
                                    metadata:
                                        string: string
                                  knowledgeInfoCard: {}
                                  liveAgentHandoff:
                                    metadata:
                                        string: string
                                  outputAudioText:
                                    ssml: string
                                    text: string
                                  payload:
                                    string: string
                                  playAudio:
                                    audioUri: string
                                  responseType: RESPONSE_TYPE_UNSPECIFIED
                                  telephonyTransferCall:
                                    phoneNumber: string
                                  text:
                                    text:
                                        - string
                            returnPartialResponses: false
                            setParameterActions:
                                - parameter: string
                                  value: any
                            tag: string
                            webhook: string
                  isList: false
                  redact: false
                  required: false
        knowledgeConnectorSettings:
            dataStoreConnections:
                - dataStore: string
                  dataStoreType: DATA_STORE_TYPE_UNSPECIFIED
            enabled: false
            targetFlow: string
            targetPage: string
            triggerFulfillment:
                advancedSettings:
                    audioExportGcsDestination:
                        uri: string
                    dtmfSettings:
                        enabled: false
                        finishDigit: string
                        maxDigits: 0
                    loggingSettings:
                        enableInteractionLogging: false
                        enableStackdriverLogging: false
                conditionalCases:
                    - ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
                enableGenerativeFallback: false
                messages:
                    - channel: string
                      conversationSuccess:
                        metadata:
                            string: string
                      knowledgeInfoCard: {}
                      liveAgentHandoff:
                        metadata:
                            string: string
                      outputAudioText:
                        ssml: string
                        text: string
                      payload:
                        string: string
                      playAudio:
                        audioUri: string
                      responseType: RESPONSE_TYPE_UNSPECIFIED
                      telephonyTransferCall:
                        phoneNumber: string
                      text:
                        text:
                            - string
                returnPartialResponses: false
                setParameterActions:
                    - parameter: string
                      value: any
                tag: string
                webhook: string
        languageCode: string
        location: string
        name: string
        project: string
        transitionRouteGroups:
            - string
        transitionRoutes:
            - condition: string
              description: string
              intent: string
              targetFlow: string
              targetPage: string
              triggerFulfillment:
                advancedSettings:
                    audioExportGcsDestination:
                        uri: string
                    dtmfSettings:
                        enabled: false
                        finishDigit: string
                        maxDigits: 0
                    loggingSettings:
                        enableInteractionLogging: false
                        enableStackdriverLogging: false
                conditionalCases:
                    - ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
                enableGenerativeFallback: false
                messages:
                    - channel: string
                      conversationSuccess:
                        metadata:
                            string: string
                      knowledgeInfoCard: {}
                      liveAgentHandoff:
                        metadata:
                            string: string
                      outputAudioText:
                        ssml: string
                        text: string
                      payload:
                        string: string
                      playAudio:
                        audioUri: string
                      responseType: RESPONSE_TYPE_UNSPECIFIED
                      telephonyTransferCall:
                        phoneNumber: string
                      text:
                        text:
                            - string
                returnPartialResponses: false
                setParameterActions:
                    - parameter: string
                      value: any
                tag: string
                webhook: string
    

    Page Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Page resource accepts the following input properties:

    AgentId string
    DisplayName string
    The human-readable name of the page, unique within the flow.
    FlowId string
    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    EntryFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the session is entering the page.
    EventHandlers List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandler>
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    Form Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Form
    The form associated with the page, used for collecting parameters relevant to the page.
    KnowledgeConnectorSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
    Optional. Knowledge connector configuration.
    LanguageCode string
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    Location string
    Name string
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    Project string
    TransitionRouteGroups List<string>
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    TransitionRoutes List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRoute>
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
    AgentId string
    DisplayName string
    The human-readable name of the page, unique within the flow.
    FlowId string
    AdvancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsArgs
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    EntryFulfillment GoogleCloudDialogflowCxV3FulfillmentArgs
    The fulfillment to call when the session is entering the page.
    EventHandlers []GoogleCloudDialogflowCxV3EventHandlerArgs
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    Form GoogleCloudDialogflowCxV3FormArgs
    The form associated with the page, used for collecting parameters relevant to the page.
    KnowledgeConnectorSettings GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
    Optional. Knowledge connector configuration.
    LanguageCode string
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    Location string
    Name string
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    Project string
    TransitionRouteGroups []string
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    TransitionRoutes []GoogleCloudDialogflowCxV3TransitionRouteArgs
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
    agentId String
    displayName String
    The human-readable name of the page, unique within the flow.
    flowId String
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    entryFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the session is entering the page.
    eventHandlers List<GoogleCloudDialogflowCxV3EventHandler>
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    form GoogleCloudDialogflowCxV3Form
    The form associated with the page, used for collecting parameters relevant to the page.
    knowledgeConnectorSettings GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
    Optional. Knowledge connector configuration.
    languageCode String
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    location String
    name String
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    project String
    transitionRouteGroups List<String>
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    transitionRoutes List<GoogleCloudDialogflowCxV3TransitionRoute>
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
    agentId string
    displayName string
    The human-readable name of the page, unique within the flow.
    flowId string
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    entryFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the session is entering the page.
    eventHandlers GoogleCloudDialogflowCxV3EventHandler[]
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    form GoogleCloudDialogflowCxV3Form
    The form associated with the page, used for collecting parameters relevant to the page.
    knowledgeConnectorSettings GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
    Optional. Knowledge connector configuration.
    languageCode string
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    location string
    name string
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    project string
    transitionRouteGroups string[]
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    transitionRoutes GoogleCloudDialogflowCxV3TransitionRoute[]
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
    agent_id str
    display_name str
    The human-readable name of the page, unique within the flow.
    flow_id str
    advanced_settings GoogleCloudDialogflowCxV3AdvancedSettingsArgs
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    entry_fulfillment GoogleCloudDialogflowCxV3FulfillmentArgs
    The fulfillment to call when the session is entering the page.
    event_handlers Sequence[GoogleCloudDialogflowCxV3EventHandlerArgs]
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    form GoogleCloudDialogflowCxV3FormArgs
    The form associated with the page, used for collecting parameters relevant to the page.
    knowledge_connector_settings GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
    Optional. Knowledge connector configuration.
    language_code str
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    location str
    name str
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    project str
    transition_route_groups Sequence[str]
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    transition_routes Sequence[GoogleCloudDialogflowCxV3TransitionRouteArgs]
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
    agentId String
    displayName String
    The human-readable name of the page, unique within the flow.
    flowId String
    advancedSettings Property Map
    Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
    entryFulfillment Property Map
    The fulfillment to call when the session is entering the page.
    eventHandlers List<Property Map>
    Handlers associated with the page to handle events such as webhook errors, no match or no input.
    form Property Map
    The form associated with the page, used for collecting parameters relevant to the page.
    knowledgeConnectorSettings Property Map
    Optional. Knowledge connector configuration.
    languageCode String
    The language of the following fields in page: * Page.entry_fulfillment.messages * Page.entry_fulfillment.conditional_cases * Page.event_handlers.trigger_fulfillment.messages * Page.event_handlers.trigger_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages * Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases * Page.form.parameters.fill_behavior.reprompt_event_handlers.messages * Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases * Page.transition_routes.trigger_fulfillment.messages * Page.transition_routes.trigger_fulfillment.conditional_cases If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
    location String
    name String
    The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
    project String
    transitionRouteGroups List<String>
    Ordered list of TransitionRouteGroups added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
    transitionRoutes List<Property Map>
    A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Page resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GoogleCloudDialogflowCxV3AdvancedSettings, GoogleCloudDialogflowCxV3AdvancedSettingsArgs

    AudioExportGcsDestination Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    AudioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audio_export_gcs_destination GoogleCloudDialogflowCxV3GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmf_settings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    logging_settings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination Property Map
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings Property Map
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings Property Map
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

    GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings, GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs

    Enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    FinishDigit string
    The digit that terminates a DTMF digit sequence.
    MaxDigits int
    Max length of DTMF digits.
    Enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    FinishDigit string
    The digit that terminates a DTMF digit sequence.
    MaxDigits int
    Max length of DTMF digits.
    enabled Boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit String
    The digit that terminates a DTMF digit sequence.
    maxDigits Integer
    Max length of DTMF digits.
    enabled boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit string
    The digit that terminates a DTMF digit sequence.
    maxDigits number
    Max length of DTMF digits.
    enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finish_digit str
    The digit that terminates a DTMF digit sequence.
    max_digits int
    Max length of DTMF digits.
    enabled Boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit String
    The digit that terminates a DTMF digit sequence.
    maxDigits Number
    Max length of DTMF digits.

    GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponseArgs

    Enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    FinishDigit string
    The digit that terminates a DTMF digit sequence.
    MaxDigits int
    Max length of DTMF digits.
    Enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    FinishDigit string
    The digit that terminates a DTMF digit sequence.
    MaxDigits int
    Max length of DTMF digits.
    enabled Boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit String
    The digit that terminates a DTMF digit sequence.
    maxDigits Integer
    Max length of DTMF digits.
    enabled boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit string
    The digit that terminates a DTMF digit sequence.
    maxDigits number
    Max length of DTMF digits.
    enabled bool
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finish_digit str
    The digit that terminates a DTMF digit sequence.
    max_digits int
    Max length of DTMF digits.
    enabled Boolean
    If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
    finishDigit String
    The digit that terminates a DTMF digit sequence.
    maxDigits Number
    Max length of DTMF digits.

    GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings, GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs

    EnableInteractionLogging bool
    If true, DF Interaction logging is currently enabled.
    EnableStackdriverLogging bool
    If true, StackDriver logging is currently enabled.
    EnableInteractionLogging bool
    If true, DF Interaction logging is currently enabled.
    EnableStackdriverLogging bool
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging Boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging Boolean
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging boolean
    If true, StackDriver logging is currently enabled.
    enable_interaction_logging bool
    If true, DF Interaction logging is currently enabled.
    enable_stackdriver_logging bool
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging Boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging Boolean
    If true, StackDriver logging is currently enabled.

    GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponseArgs

    EnableInteractionLogging bool
    If true, DF Interaction logging is currently enabled.
    EnableStackdriverLogging bool
    If true, StackDriver logging is currently enabled.
    EnableInteractionLogging bool
    If true, DF Interaction logging is currently enabled.
    EnableStackdriverLogging bool
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging Boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging Boolean
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging boolean
    If true, StackDriver logging is currently enabled.
    enable_interaction_logging bool
    If true, DF Interaction logging is currently enabled.
    enable_stackdriver_logging bool
    If true, StackDriver logging is currently enabled.
    enableInteractionLogging Boolean
    If true, DF Interaction logging is currently enabled.
    enableStackdriverLogging Boolean
    If true, StackDriver logging is currently enabled.

    GoogleCloudDialogflowCxV3AdvancedSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsResponseArgs

    AudioExportGcsDestination Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    AudioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audio_export_gcs_destination GoogleCloudDialogflowCxV3GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmf_settings GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    logging_settings GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination Property Map
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings Property Map
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings Property Map
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

    GoogleCloudDialogflowCxV3DataStoreConnection, GoogleCloudDialogflowCxV3DataStoreConnectionArgs

    DataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    DataStoreType Pulumi.GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType
    The type of the connected data store.
    DataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    DataStoreType GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType
    The type of the connected data store.
    dataStore String
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType
    The type of the connected data store.
    dataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType
    The type of the connected data store.
    data_store str
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    data_store_type GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType
    The type of the connected data store.
    dataStore String
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType "DATA_STORE_TYPE_UNSPECIFIED" | "PUBLIC_WEB" | "UNSTRUCTURED" | "STRUCTURED"
    The type of the connected data store.

    GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType, GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeArgs

    DataStoreTypeUnspecified
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    PublicWeb
    PUBLIC_WEBA data store that contains public web content.
    Unstructured
    UNSTRUCTUREDA data store that contains unstructured private data.
    Structured
    STRUCTUREDA data store that contains structured data (for example FAQ).
    GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeDataStoreTypeUnspecified
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypePublicWeb
    PUBLIC_WEBA data store that contains public web content.
    GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeUnstructured
    UNSTRUCTUREDA data store that contains unstructured private data.
    GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeStructured
    STRUCTUREDA data store that contains structured data (for example FAQ).
    DataStoreTypeUnspecified
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    PublicWeb
    PUBLIC_WEBA data store that contains public web content.
    Unstructured
    UNSTRUCTUREDA data store that contains unstructured private data.
    Structured
    STRUCTUREDA data store that contains structured data (for example FAQ).
    DataStoreTypeUnspecified
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    PublicWeb
    PUBLIC_WEBA data store that contains public web content.
    Unstructured
    UNSTRUCTUREDA data store that contains unstructured private data.
    Structured
    STRUCTUREDA data store that contains structured data (for example FAQ).
    DATA_STORE_TYPE_UNSPECIFIED
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    PUBLIC_WEB
    PUBLIC_WEBA data store that contains public web content.
    UNSTRUCTURED
    UNSTRUCTUREDA data store that contains unstructured private data.
    STRUCTURED
    STRUCTUREDA data store that contains structured data (for example FAQ).
    "DATA_STORE_TYPE_UNSPECIFIED"
    DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
    "PUBLIC_WEB"
    PUBLIC_WEBA data store that contains public web content.
    "UNSTRUCTURED"
    UNSTRUCTUREDA data store that contains unstructured private data.
    "STRUCTURED"
    STRUCTUREDA data store that contains structured data (for example FAQ).

    GoogleCloudDialogflowCxV3DataStoreConnectionResponse, GoogleCloudDialogflowCxV3DataStoreConnectionResponseArgs

    DataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    DataStoreType string
    The type of the connected data store.
    DataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    DataStoreType string
    The type of the connected data store.
    dataStore String
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType String
    The type of the connected data store.
    dataStore string
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType string
    The type of the connected data store.
    data_store str
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    data_store_type str
    The type of the connected data store.
    dataStore String
    The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
    dataStoreType String
    The type of the connected data store.

    GoogleCloudDialogflowCxV3EventHandler, GoogleCloudDialogflowCxV3EventHandlerArgs

    Event string
    The name of the event to handle.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    Event string
    The name of the event to handle.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event String
    The name of the event to handle.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event string
    The name of the event to handle.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event str
    The name of the event to handle.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event String
    The name of the event to handle.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.

    GoogleCloudDialogflowCxV3EventHandlerResponse, GoogleCloudDialogflowCxV3EventHandlerResponseArgs

    Event string
    The name of the event to handle.
    Name string
    The unique identifier of this event handler.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    Event string
    The name of the event to handle.
    Name string
    The unique identifier of this event handler.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event String
    The name of the event to handle.
    name String
    The unique identifier of this event handler.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event string
    The name of the event to handle.
    name string
    The unique identifier of this event handler.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event str
    The name of the event to handle.
    name str
    The unique identifier of this event handler.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
    event String
    The name of the event to handle.
    name String
    The unique identifier of this event handler.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.

    GoogleCloudDialogflowCxV3Form, GoogleCloudDialogflowCxV3FormArgs

    Parameters []GoogleCloudDialogflowCxV3FormParameter
    Parameters to collect from the user.
    parameters List<GoogleCloudDialogflowCxV3FormParameter>
    Parameters to collect from the user.
    parameters GoogleCloudDialogflowCxV3FormParameter[]
    Parameters to collect from the user.
    parameters List<Property Map>
    Parameters to collect from the user.

    GoogleCloudDialogflowCxV3FormParameter, GoogleCloudDialogflowCxV3FormParameterArgs

    DisplayName string
    The human-readable name of the parameter, unique within the form.
    EntityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    FillBehavior Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehavior
    Defines fill behavior for the parameter.
    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    DefaultValue object
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    IsList bool
    Indicates whether the parameter represents a list of values.
    Redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    Required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    DisplayName string
    The human-readable name of the parameter, unique within the form.
    EntityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    FillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehavior
    Defines fill behavior for the parameter.
    AdvancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    DefaultValue interface{}
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    IsList bool
    Indicates whether the parameter represents a list of values.
    Redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    Required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    displayName String
    The human-readable name of the parameter, unique within the form.
    entityType String
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehavior
    Defines fill behavior for the parameter.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue Object
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    isList Boolean
    Indicates whether the parameter represents a list of values.
    redact Boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required Boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    displayName string
    The human-readable name of the parameter, unique within the form.
    entityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehavior
    Defines fill behavior for the parameter.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    isList boolean
    Indicates whether the parameter represents a list of values.
    redact boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    display_name str
    The human-readable name of the parameter, unique within the form.
    entity_type str
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fill_behavior GoogleCloudDialogflowCxV3FormParameterFillBehavior
    Defines fill behavior for the parameter.
    advanced_settings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    default_value Any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    is_list bool
    Indicates whether the parameter represents a list of values.
    redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    displayName String
    The human-readable name of the parameter, unique within the form.
    entityType String
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior Property Map
    Defines fill behavior for the parameter.
    advancedSettings Property Map
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue Any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    isList Boolean
    Indicates whether the parameter represents a list of values.
    redact Boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required Boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.

    GoogleCloudDialogflowCxV3FormParameterFillBehavior, GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs

    InitialPromptFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    RepromptEventHandlers List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandler>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    InitialPromptFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    RepromptEventHandlers []GoogleCloudDialogflowCxV3EventHandler
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers List<GoogleCloudDialogflowCxV3EventHandler>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers GoogleCloudDialogflowCxV3EventHandler[]
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initial_prompt_fulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    reprompt_event_handlers Sequence[GoogleCloudDialogflowCxV3EventHandler]
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment Property Map
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers List<Property Map>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.

    GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse, GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponseArgs

    InitialPromptFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    RepromptEventHandlers List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerResponse>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    InitialPromptFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    RepromptEventHandlers []GoogleCloudDialogflowCxV3EventHandlerResponse
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers List<GoogleCloudDialogflowCxV3EventHandlerResponse>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers GoogleCloudDialogflowCxV3EventHandlerResponse[]
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initial_prompt_fulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    reprompt_event_handlers Sequence[GoogleCloudDialogflowCxV3EventHandlerResponse]
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.
    initialPromptFulfillment Property Map
    The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
    repromptEventHandlers List<Property Map>
    The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 * sys.no-match-default * sys.no-input-, where N can be from 1 to 6 * sys.no-input-default * sys.invalid-parameter initial_prompt_fulfillment provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.no-input-default handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.invalid-parameter handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter, initial_prompt_fulfillment will be re-prompted.

    GoogleCloudDialogflowCxV3FormParameterResponse, GoogleCloudDialogflowCxV3FormParameterResponseArgs

    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    DefaultValue object
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    DisplayName string
    The human-readable name of the parameter, unique within the form.
    EntityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    FillBehavior Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
    Defines fill behavior for the parameter.
    IsList bool
    Indicates whether the parameter represents a list of values.
    Redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    Required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    AdvancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    DefaultValue interface{}
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    DisplayName string
    The human-readable name of the parameter, unique within the form.
    EntityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    FillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
    Defines fill behavior for the parameter.
    IsList bool
    Indicates whether the parameter represents a list of values.
    Redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    Required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue Object
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    displayName String
    The human-readable name of the parameter, unique within the form.
    entityType String
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
    Defines fill behavior for the parameter.
    isList Boolean
    Indicates whether the parameter represents a list of values.
    redact Boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required Boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    displayName string
    The human-readable name of the parameter, unique within the form.
    entityType string
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
    Defines fill behavior for the parameter.
    isList boolean
    Indicates whether the parameter represents a list of values.
    redact boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    advanced_settings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    default_value Any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    display_name str
    The human-readable name of the parameter, unique within the form.
    entity_type str
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fill_behavior GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
    Defines fill behavior for the parameter.
    is_list bool
    Indicates whether the parameter represents a list of values.
    redact bool
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required bool
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
    advancedSettings Property Map
    Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
    defaultValue Any
    The default value of an optional parameter. If the parameter is required, the default value will be ignored.
    displayName String
    The human-readable name of the parameter, unique within the form.
    entityType String
    The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
    fillBehavior Property Map
    Defines fill behavior for the parameter.
    isList Boolean
    Indicates whether the parameter represents a list of values.
    redact Boolean
    Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
    required Boolean
    Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.

    GoogleCloudDialogflowCxV3FormResponse, GoogleCloudDialogflowCxV3FormResponseArgs

    parameters List<Property Map>
    Parameters to collect from the user.

    GoogleCloudDialogflowCxV3Fulfillment, GoogleCloudDialogflowCxV3FulfillmentArgs

    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    ConditionalCases List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>
    Conditional cases for this fulfillment.
    EnableGenerativeFallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    Messages List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessage>
    The list of rich message responses to present to the user.
    ReturnPartialResponses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    SetParameterActions List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>
    Set parameter values before executing the webhook.
    Tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    Webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    AdvancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    ConditionalCases []GoogleCloudDialogflowCxV3FulfillmentConditionalCases
    Conditional cases for this fulfillment.
    EnableGenerativeFallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    Messages []GoogleCloudDialogflowCxV3ResponseMessage
    The list of rich message responses to present to the user.
    ReturnPartialResponses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    SetParameterActions []GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
    Set parameter values before executing the webhook.
    Tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    Webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases List<GoogleCloudDialogflowCxV3FulfillmentConditionalCases>
    Conditional cases for this fulfillment.
    enableGenerativeFallback Boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages List<GoogleCloudDialogflowCxV3ResponseMessage>
    The list of rich message responses to present to the user.
    returnPartialResponses Boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions List<GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>
    Set parameter values before executing the webhook.
    tag String
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook String
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases GoogleCloudDialogflowCxV3FulfillmentConditionalCases[]
    Conditional cases for this fulfillment.
    enableGenerativeFallback boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages GoogleCloudDialogflowCxV3ResponseMessage[]
    The list of rich message responses to present to the user.
    returnPartialResponses boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions GoogleCloudDialogflowCxV3FulfillmentSetParameterAction[]
    Set parameter values before executing the webhook.
    tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advanced_settings GoogleCloudDialogflowCxV3AdvancedSettings
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditional_cases Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCases]
    Conditional cases for this fulfillment.
    enable_generative_fallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages Sequence[GoogleCloudDialogflowCxV3ResponseMessage]
    The list of rich message responses to present to the user.
    return_partial_responses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    set_parameter_actions Sequence[GoogleCloudDialogflowCxV3FulfillmentSetParameterAction]
    Set parameter values before executing the webhook.
    tag str
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook str
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings Property Map
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases List<Property Map>
    Conditional cases for this fulfillment.
    enableGenerativeFallback Boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages List<Property Map>
    The list of rich message responses to present to the user.
    returnPartialResponses Boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions List<Property Map>
    Set parameter values before executing the webhook.
    tag String
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook String
    The webhook to call. Format: projects//locations//agents//webhooks/.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCases, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs

    cases List<Property Map>
    A list of cascading if-else conditions.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs

    CaseContent List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
    A list of case content.
    Condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    CaseContent []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent
    A list of case content.
    Condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
    A list of case content.
    condition String
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent[]
    A list of case content.
    condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    case_content Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent]
    A list of case content.
    condition str
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent List<Property Map>
    A list of case content.
    condition String
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs

    additionalCases Property Map
    Additional cases to be evaluated.
    message Property Map
    Returned message.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponseArgs

    additionalCases Property Map
    Additional cases to be evaluated.
    message Property Map
    Returned message.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponseArgs

    CaseContent List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
    A list of case content.
    Condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    CaseContent []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse
    A list of case content.
    Condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
    A list of case content.
    condition String
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse[]
    A list of case content.
    condition string
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    case_content Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse]
    A list of case content.
    condition str
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
    caseContent List<Property Map>
    A list of case content.
    condition String
    The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.

    GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponseArgs

    cases List<Property Map>
    A list of cascading if-else conditions.

    GoogleCloudDialogflowCxV3FulfillmentResponse, GoogleCloudDialogflowCxV3FulfillmentResponseArgs

    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    ConditionalCases List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
    Conditional cases for this fulfillment.
    EnableGenerativeFallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    Messages List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageResponse>
    The list of rich message responses to present to the user.
    ReturnPartialResponses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    SetParameterActions List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
    Set parameter values before executing the webhook.
    Tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    Webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    AdvancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    ConditionalCases []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
    Conditional cases for this fulfillment.
    EnableGenerativeFallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    Messages []GoogleCloudDialogflowCxV3ResponseMessageResponse
    The list of rich message responses to present to the user.
    ReturnPartialResponses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    SetParameterActions []GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse
    Set parameter values before executing the webhook.
    Tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    Webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
    Conditional cases for this fulfillment.
    enableGenerativeFallback Boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages List<GoogleCloudDialogflowCxV3ResponseMessageResponse>
    The list of rich message responses to present to the user.
    returnPartialResponses Boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions List<GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
    Set parameter values before executing the webhook.
    tag String
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook String
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse[]
    Conditional cases for this fulfillment.
    enableGenerativeFallback boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages GoogleCloudDialogflowCxV3ResponseMessageResponse[]
    The list of rich message responses to present to the user.
    returnPartialResponses boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse[]
    Set parameter values before executing the webhook.
    tag string
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook string
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advanced_settings GoogleCloudDialogflowCxV3AdvancedSettingsResponse
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditional_cases Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse]
    Conditional cases for this fulfillment.
    enable_generative_fallback bool
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages Sequence[GoogleCloudDialogflowCxV3ResponseMessageResponse]
    The list of rich message responses to present to the user.
    return_partial_responses bool
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    set_parameter_actions Sequence[GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse]
    Set parameter values before executing the webhook.
    tag str
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook str
    The webhook to call. Format: projects//locations//agents//webhooks/.
    advancedSettings Property Map
    Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
    conditionalCases List<Property Map>
    Conditional cases for this fulfillment.
    enableGenerativeFallback Boolean
    If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
    messages List<Property Map>
    The list of rich message responses to present to the user.
    returnPartialResponses Boolean
    Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
    setParameterActions List<Property Map>
    Set parameter values before executing the webhook.
    tag String
    The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
    webhook String
    The webhook to call. Format: projects//locations//agents//webhooks/.

    GoogleCloudDialogflowCxV3FulfillmentSetParameterAction, GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs

    Parameter string
    Display name of the parameter.
    Value object
    The new value of the parameter. A null value clears the parameter.
    Parameter string
    Display name of the parameter.
    Value interface{}
    The new value of the parameter. A null value clears the parameter.
    parameter String
    Display name of the parameter.
    value Object
    The new value of the parameter. A null value clears the parameter.
    parameter string
    Display name of the parameter.
    value any
    The new value of the parameter. A null value clears the parameter.
    parameter str
    Display name of the parameter.
    value Any
    The new value of the parameter. A null value clears the parameter.
    parameter String
    Display name of the parameter.
    value Any
    The new value of the parameter. A null value clears the parameter.

    GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse, GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponseArgs

    Parameter string
    Display name of the parameter.
    Value object
    The new value of the parameter. A null value clears the parameter.
    Parameter string
    Display name of the parameter.
    Value interface{}
    The new value of the parameter. A null value clears the parameter.
    parameter String
    Display name of the parameter.
    value Object
    The new value of the parameter. A null value clears the parameter.
    parameter string
    Display name of the parameter.
    value any
    The new value of the parameter. A null value clears the parameter.
    parameter str
    Display name of the parameter.
    value Any
    The new value of the parameter. A null value clears the parameter.
    parameter String
    Display name of the parameter.
    value Any
    The new value of the parameter. A null value clears the parameter.

    GoogleCloudDialogflowCxV3GcsDestination, GoogleCloudDialogflowCxV3GcsDestinationArgs

    Uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    Uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri String
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri str
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri String
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.

    GoogleCloudDialogflowCxV3GcsDestinationResponse, GoogleCloudDialogflowCxV3GcsDestinationResponseArgs

    Uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    Uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri String
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri string
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri str
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
    uri String
    The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.

    GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs

    DataStoreConnections List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnection>
    Optional. List of related data store connections.
    Enabled bool
    Whether Knowledge Connector is enabled or not.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    DataStoreConnections []GoogleCloudDialogflowCxV3DataStoreConnection
    Optional. List of related data store connections.
    Enabled bool
    Whether Knowledge Connector is enabled or not.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections List<GoogleCloudDialogflowCxV3DataStoreConnection>
    Optional. List of related data store connections.
    enabled Boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections GoogleCloudDialogflowCxV3DataStoreConnection[]
    Optional. List of related data store connections.
    enabled boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    data_store_connections Sequence[GoogleCloudDialogflowCxV3DataStoreConnection]
    Optional. List of related data store connections.
    enabled bool
    Whether Knowledge Connector is enabled or not.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections List<Property Map>
    Optional. List of related data store connections.
    enabled Boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.

    GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse, GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponseArgs

    DataStoreConnections List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
    Optional. List of related data store connections.
    Enabled bool
    Whether Knowledge Connector is enabled or not.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    DataStoreConnections []GoogleCloudDialogflowCxV3DataStoreConnectionResponse
    Optional. List of related data store connections.
    Enabled bool
    Whether Knowledge Connector is enabled or not.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections List<GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
    Optional. List of related data store connections.
    enabled Boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections GoogleCloudDialogflowCxV3DataStoreConnectionResponse[]
    Optional. List of related data store connections.
    enabled boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    data_store_connections Sequence[GoogleCloudDialogflowCxV3DataStoreConnectionResponse]
    Optional. List of related data store connections.
    enabled bool
    Whether Knowledge Connector is enabled or not.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.
    dataStoreConnections List<Property Map>
    Optional. List of related data store connections.
    enabled Boolean
    Whether Knowledge Connector is enabled or not.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers (contains up to the 5 highest confidence answers) and $request.knowledge.questions (contains the corresponding questions) to construct the fulfillment.

    GoogleCloudDialogflowCxV3ResponseMessage, GoogleCloudDialogflowCxV3ResponseMessageArgs

    Channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    ConversationSuccess Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
    Indicates that the conversation succeeded.
    KnowledgeInfoCard Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    LiveAgentHandoff Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
    Hands off conversation to a human agent.
    OutputAudioText Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    Payload Dictionary<string, string>
    Returns a response containing a custom, platform-specific payload.
    PlayAudio Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    ResponseType Pulumi.GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType
    Response type.
    TelephonyTransferCall Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    Text Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageText
    Returns a text response.
    Channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    ConversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
    Indicates that the conversation succeeded.
    KnowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    LiveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
    Hands off conversation to a human agent.
    OutputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    Payload map[string]string
    Returns a response containing a custom, platform-specific payload.
    PlayAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    ResponseType GoogleCloudDialogflowCxV3ResponseMessageResponseType
    Response type.
    TelephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    Text GoogleCloudDialogflowCxV3ResponseMessageText
    Returns a text response.
    channel String
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
    Indicates that the conversation succeeded.
    knowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
    Hands off conversation to a human agent.
    outputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Map<String,String>
    Returns a response containing a custom, platform-specific payload.
    playAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType GoogleCloudDialogflowCxV3ResponseMessageResponseType
    Response type.
    telephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageText
    Returns a text response.
    channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
    Indicates that the conversation succeeded.
    knowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
    Hands off conversation to a human agent.
    outputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload {[key: string]: string}
    Returns a response containing a custom, platform-specific payload.
    playAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType GoogleCloudDialogflowCxV3ResponseMessageResponseType
    Response type.
    telephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageText
    Returns a text response.
    channel str
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversation_success GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess
    Indicates that the conversation succeeded.
    knowledge_info_card GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    live_agent_handoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
    Hands off conversation to a human agent.
    output_audio_text GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Mapping[str, str]
    Returns a response containing a custom, platform-specific payload.
    play_audio GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    response_type GoogleCloudDialogflowCxV3ResponseMessageResponseType
    Response type.
    telephony_transfer_call GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageText
    Returns a text response.
    channel String
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess Property Map
    Indicates that the conversation succeeded.
    knowledgeInfoCard Property Map
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff Property Map
    Hands off conversation to a human agent.
    outputAudioText Property Map
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Map<String>
    Returns a response containing a custom, platform-specific payload.
    playAudio Property Map
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType "RESPONSE_TYPE_UNSPECIFIED" | "ENTRY_PROMPT" | "PARAMETER_PROMPT" | "HANDLER_PROMPT"
    Response type.
    telephonyTransferCall Property Map
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text Property Map
    Returns a text response.

    GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess, GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs

    Metadata Dictionary<string, string>
    Custom metadata. Dialogflow doesn't impose any structure on this.
    Metadata map[string]string
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Map<String,String>
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata {[key: string]: string}
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Mapping[str, str]
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Map<String>
    Custom metadata. Dialogflow doesn't impose any structure on this.

    GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse, GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponseArgs

    Metadata Dictionary<string, string>
    Custom metadata. Dialogflow doesn't impose any structure on this.
    Metadata map[string]string
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Map<String,String>
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata {[key: string]: string}
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Mapping[str, str]
    Custom metadata. Dialogflow doesn't impose any structure on this.
    metadata Map<String>
    Custom metadata. Dialogflow doesn't impose any structure on this.

    GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff, GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs

    Metadata Dictionary<string, string>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    Metadata map[string]string
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Map<String,String>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata {[key: string]: string}
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Mapping[str, str]
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Map<String>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

    GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse, GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponseArgs

    Metadata Dictionary<string, string>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    Metadata map[string]string
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Map<String,String>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata {[key: string]: string}
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Mapping[str, str]
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
    metadata Map<String>
    Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

    GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponseArgs

    segments List<Property Map>
    Segments this audio response is composed of.

    GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponseArgs

    AllowPlaybackInterruption bool
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    Audio string
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    Uri string
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
    AllowPlaybackInterruption bool
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    Audio string
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    Uri string
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
    allowPlaybackInterruption Boolean
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    audio String
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    uri String
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
    allowPlaybackInterruption boolean
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    audio string
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    uri string
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
    allow_playback_interruption bool
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    audio str
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    uri str
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
    allowPlaybackInterruption Boolean
    Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
    audio String
    Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
    uri String
    Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

    GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText, GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs

    Ssml string
    The SSML text to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    Ssml string
    The SSML text to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    ssml String
    The SSML text to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.
    ssml string
    The SSML text to be synthesized. For more information, see SSML.
    text string
    The raw text to be synthesized.
    ssml str
    The SSML text to be synthesized. For more information, see SSML.
    text str
    The raw text to be synthesized.
    ssml String
    The SSML text to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.

    GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse, GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponseArgs

    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    Ssml string
    The SSML text to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    Ssml string
    The SSML text to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    ssml String
    The SSML text to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.
    allowPlaybackInterruption boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    ssml string
    The SSML text to be synthesized. For more information, see SSML.
    text string
    The raw text to be synthesized.
    allow_playback_interruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    ssml str
    The SSML text to be synthesized. For more information, see SSML.
    text str
    The raw text to be synthesized.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    ssml String
    The SSML text to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.

    GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs

    AudioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    AudioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    audioUri String
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    audioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    audio_uri str
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    audioUri String
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.

    GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse, GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponseArgs

    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    AudioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    AudioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    audioUri String
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    allowPlaybackInterruption boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    audioUri string
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    allow_playback_interruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    audio_uri str
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    audioUri String
    URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.

    GoogleCloudDialogflowCxV3ResponseMessageResponse, GoogleCloudDialogflowCxV3ResponseMessageResponseArgs

    Channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    ConversationSuccess Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
    Indicates that the conversation succeeded.
    EndInteraction Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    KnowledgeInfoCard Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    LiveAgentHandoff Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
    Hands off conversation to a human agent.
    MixedAudio Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    OutputAudioText Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    Payload Dictionary<string, string>
    Returns a response containing a custom, platform-specific payload.
    PlayAudio Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    ResponseType string
    Response type.
    TelephonyTransferCall Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    Text Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextResponse
    Returns a text response.
    Channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    ConversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
    Indicates that the conversation succeeded.
    EndInteraction GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    KnowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    LiveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
    Hands off conversation to a human agent.
    MixedAudio GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    OutputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    Payload map[string]string
    Returns a response containing a custom, platform-specific payload.
    PlayAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    ResponseType string
    Response type.
    TelephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    Text GoogleCloudDialogflowCxV3ResponseMessageTextResponse
    Returns a text response.
    channel String
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
    Indicates that the conversation succeeded.
    endInteraction GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    knowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
    Hands off conversation to a human agent.
    mixedAudio GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    outputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Map<String,String>
    Returns a response containing a custom, platform-specific payload.
    playAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType String
    Response type.
    telephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageTextResponse
    Returns a text response.
    channel string
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
    Indicates that the conversation succeeded.
    endInteraction GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    knowledgeInfoCard GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
    Hands off conversation to a human agent.
    mixedAudio GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    outputAudioText GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload {[key: string]: string}
    Returns a response containing a custom, platform-specific payload.
    playAudio GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType string
    Response type.
    telephonyTransferCall GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageTextResponse
    Returns a text response.
    channel str
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversation_success GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
    Indicates that the conversation succeeded.
    end_interaction GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    knowledge_info_card GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    live_agent_handoff GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
    Hands off conversation to a human agent.
    mixed_audio GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    output_audio_text GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Mapping[str, str]
    Returns a response containing a custom, platform-specific payload.
    play_audio GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    response_type str
    Response type.
    telephony_transfer_call GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text GoogleCloudDialogflowCxV3ResponseMessageTextResponse
    Returns a text response.
    channel String
    The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
    conversationSuccess Property Map
    Indicates that the conversation succeeded.
    endInteraction Property Map
    A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
    knowledgeInfoCard Property Map
    Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
    liveAgentHandoff Property Map
    Hands off conversation to a human agent.
    mixedAudio Property Map
    An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
    outputAudioText Property Map
    A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
    payload Map<String>
    Returns a response containing a custom, platform-specific payload.
    playAudio Property Map
    Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
    responseType String
    Response type.
    telephonyTransferCall Property Map
    A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
    text Property Map
    Returns a text response.

    GoogleCloudDialogflowCxV3ResponseMessageResponseType, GoogleCloudDialogflowCxV3ResponseMessageResponseTypeArgs

    ResponseTypeUnspecified
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    EntryPrompt
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    ParameterPrompt
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    HandlerPrompt
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
    GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    GoogleCloudDialogflowCxV3ResponseMessageResponseTypeEntryPrompt
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    GoogleCloudDialogflowCxV3ResponseMessageResponseTypeParameterPrompt
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    GoogleCloudDialogflowCxV3ResponseMessageResponseTypeHandlerPrompt
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
    ResponseTypeUnspecified
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    EntryPrompt
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    ParameterPrompt
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    HandlerPrompt
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
    ResponseTypeUnspecified
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    EntryPrompt
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    ParameterPrompt
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    HandlerPrompt
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
    RESPONSE_TYPE_UNSPECIFIED
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    ENTRY_PROMPT
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    PARAMETER_PROMPT
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    HANDLER_PROMPT
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
    "RESPONSE_TYPE_UNSPECIFIED"
    RESPONSE_TYPE_UNSPECIFIEDNot specified.
    "ENTRY_PROMPT"
    ENTRY_PROMPTThe response is from an entry prompt in the page.
    "PARAMETER_PROMPT"
    PARAMETER_PROMPTThe response is from form-filling prompt in the page.
    "HANDLER_PROMPT"
    HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.

    GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs

    PhoneNumber string
    Transfer the call to a phone number in E.164 format.
    PhoneNumber string
    Transfer the call to a phone number in E.164 format.
    phoneNumber String
    Transfer the call to a phone number in E.164 format.
    phoneNumber string
    Transfer the call to a phone number in E.164 format.
    phone_number str
    Transfer the call to a phone number in E.164 format.
    phoneNumber String
    Transfer the call to a phone number in E.164 format.

    GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse, GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponseArgs

    PhoneNumber string
    Transfer the call to a phone number in E.164 format.
    PhoneNumber string
    Transfer the call to a phone number in E.164 format.
    phoneNumber String
    Transfer the call to a phone number in E.164 format.
    phoneNumber string
    Transfer the call to a phone number in E.164 format.
    phone_number str
    Transfer the call to a phone number in E.164 format.
    phoneNumber String
    Transfer the call to a phone number in E.164 format.

    GoogleCloudDialogflowCxV3ResponseMessageText, GoogleCloudDialogflowCxV3ResponseMessageTextArgs

    Text List<string>
    A collection of text responses.
    Text []string
    A collection of text responses.
    text List<String>
    A collection of text responses.
    text string[]
    A collection of text responses.
    text Sequence[str]
    A collection of text responses.
    text List<String>
    A collection of text responses.

    GoogleCloudDialogflowCxV3ResponseMessageTextResponse, GoogleCloudDialogflowCxV3ResponseMessageTextResponseArgs

    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    Text List<string>
    A collection of text responses.
    AllowPlaybackInterruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    Text []string
    A collection of text responses.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    text List<String>
    A collection of text responses.
    allowPlaybackInterruption boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    text string[]
    A collection of text responses.
    allow_playback_interruption bool
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    text Sequence[str]
    A collection of text responses.
    allowPlaybackInterruption Boolean
    Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
    text List<String>
    A collection of text responses.

    GoogleCloudDialogflowCxV3TransitionRoute, GoogleCloudDialogflowCxV3TransitionRouteArgs

    Condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    Intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    Condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    Intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition String
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description String
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent String
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition str
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description str
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent str
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3Fulfillment
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition String
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description String
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent String
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.

    GoogleCloudDialogflowCxV3TransitionRouteResponse, GoogleCloudDialogflowCxV3TransitionRouteResponseArgs

    Condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    Intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Name string
    The unique identifier of this transition route.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    Condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    Intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    Name string
    The unique identifier of this transition route.
    TargetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    TargetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    TriggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition String
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description String
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent String
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    name String
    The unique identifier of this transition route.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition string
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description string
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent string
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    name string
    The unique identifier of this transition route.
    targetFlow string
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage string
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition str
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description str
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent str
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    name str
    The unique identifier of this transition route.
    target_flow str
    The target flow to transition to. Format: projects//locations//agents//flows/.
    target_page str
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    trigger_fulfillment GoogleCloudDialogflowCxV3FulfillmentResponse
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
    condition String
    The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    description String
    Optional. The description of the transition route. The maximum length is 500 characters.
    intent String
    The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
    name String
    The unique identifier of this transition route.
    targetFlow String
    The target flow to transition to. Format: projects//locations//agents//flows/.
    targetPage String
    The target page to transition to. Format: projects//locations//agents//flows//pages/.
    triggerFulfillment Property Map
    The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi