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

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.TestCase

Explore with Pulumi AI

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 test case for the given agent. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Create TestCase Resource

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

Constructor syntax

new TestCase(name: string, args: TestCaseArgs, opts?: CustomResourceOptions);
@overload
def TestCase(resource_name: str,
             args: TestCaseArgs,
             opts: Optional[ResourceOptions] = None)

@overload
def TestCase(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             agent_id: Optional[str] = None,
             display_name: Optional[str] = None,
             last_test_result: Optional[GoogleCloudDialogflowCxV3TestCaseResultArgs] = None,
             location: Optional[str] = None,
             name: Optional[str] = None,
             notes: Optional[str] = None,
             project: Optional[str] = None,
             tags: Optional[Sequence[str]] = None,
             test_case_conversation_turns: Optional[Sequence[GoogleCloudDialogflowCxV3ConversationTurnArgs]] = None,
             test_config: Optional[GoogleCloudDialogflowCxV3TestConfigArgs] = None)
func NewTestCase(ctx *Context, name string, args TestCaseArgs, opts ...ResourceOption) (*TestCase, error)
public TestCase(string name, TestCaseArgs args, CustomResourceOptions? opts = null)
public TestCase(String name, TestCaseArgs args)
public TestCase(String name, TestCaseArgs args, CustomResourceOptions options)
type: google-native:dialogflow/v3:TestCase
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

Constructor example

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

var testCaseResource = new GoogleNative.Dialogflow.V3.TestCase("testCaseResource", new()
{
    AgentId = "string",
    DisplayName = "string",
    LastTestResult = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestCaseResultArgs
    {
        ConversationTurns = new[]
        {
            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnArgs
            {
                UserInput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs
                {
                    EnableSentimentAnalysis = false,
                    InjectedParameters = 
                    {
                        { "string", "string" },
                    },
                    Input = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputArgs
                    {
                        LanguageCode = "string",
                        Audio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputArgs
                        {
                            Config = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigArgs
                            {
                                AudioEncoding = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
                                BargeInConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigArgs
                                {
                                    NoBargeInDuration = "string",
                                    TotalDuration = "string",
                                },
                                EnableWordInfo = false,
                                Model = "string",
                                ModelVariant = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
                                PhraseHints = new[]
                                {
                                    "string",
                                },
                                SampleRateHertz = 0,
                                SingleUtterance = false,
                            },
                            Audio = "string",
                        },
                        Dtmf = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputArgs
                        {
                            Digits = "string",
                            FinishDigit = "string",
                        },
                        Event = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputArgs
                        {
                            Event = "string",
                        },
                        Intent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputArgs
                        {
                            Intent = "string",
                        },
                        Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputArgs
                        {
                            Text = "string",
                        },
                    },
                    IsWebhookEnabled = false,
                },
                VirtualAgentOutput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs
                {
                    DiagnosticInfo = 
                    {
                        { "string", "string" },
                    },
                    CurrentPage = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageArgs
                    {
                        DisplayName = "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,
                            },
                        },
                        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[]
                            {
                                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",
                        },
                        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",
                                },
                            },
                        },
                        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[]
                                            {
                                                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",
                                        },
                                        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,
                                },
                            },
                        },
                        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",
                            },
                        },
                        Name = "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",
                                },
                            },
                        },
                    },
                    SessionParameters = 
                    {
                        { "string", "string" },
                    },
                    Status = new GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusArgs
                    {
                        Code = 0,
                        Details = new[]
                        {
                            
                            {
                                { "string", "string" },
                            },
                        },
                        Message = "string",
                    },
                    TextResponses = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                        {
                            Text = new[]
                            {
                                "string",
                            },
                        },
                    },
                    TriggeredIntent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentArgs
                    {
                        DisplayName = "string",
                        Description = "string",
                        IsFallback = false,
                        Labels = 
                        {
                            { "string", "string" },
                        },
                        Name = "string",
                        Parameters = new[]
                        {
                            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterArgs
                            {
                                EntityType = "string",
                                Id = "string",
                                IsList = false,
                                Redact = false,
                            },
                        },
                        Priority = 0,
                        TrainingPhrases = new[]
                        {
                            new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs
                            {
                                Parts = new[]
                                {
                                    new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs
                                    {
                                        Text = "string",
                                        ParameterId = "string",
                                    },
                                },
                                RepeatCount = 0,
                            },
                        },
                    },
                },
            },
        },
        Environment = "string",
        Name = "string",
        TestResult = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TestResultUnspecified,
        TestTime = "string",
    },
    Location = "string",
    Name = "string",
    Notes = "string",
    Project = "string",
    Tags = new[]
    {
        "string",
    },
    TestCaseConversationTurns = new[]
    {
        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnArgs
        {
            UserInput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs
            {
                EnableSentimentAnalysis = false,
                InjectedParameters = 
                {
                    { "string", "string" },
                },
                Input = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputArgs
                {
                    LanguageCode = "string",
                    Audio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputArgs
                    {
                        Config = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigArgs
                        {
                            AudioEncoding = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
                            BargeInConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigArgs
                            {
                                NoBargeInDuration = "string",
                                TotalDuration = "string",
                            },
                            EnableWordInfo = false,
                            Model = "string",
                            ModelVariant = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
                            PhraseHints = new[]
                            {
                                "string",
                            },
                            SampleRateHertz = 0,
                            SingleUtterance = false,
                        },
                        Audio = "string",
                    },
                    Dtmf = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputArgs
                    {
                        Digits = "string",
                        FinishDigit = "string",
                    },
                    Event = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputArgs
                    {
                        Event = "string",
                    },
                    Intent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputArgs
                    {
                        Intent = "string",
                    },
                    Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputArgs
                    {
                        Text = "string",
                    },
                },
                IsWebhookEnabled = false,
            },
            VirtualAgentOutput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs
            {
                DiagnosticInfo = 
                {
                    { "string", "string" },
                },
                CurrentPage = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageArgs
                {
                    DisplayName = "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,
                        },
                    },
                    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",
                    },
                    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",
                            },
                        },
                    },
                    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[]
                                        {
                                            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",
                                    },
                                    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,
                            },
                        },
                    },
                    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",
                        },
                    },
                    Name = "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",
                            },
                        },
                    },
                },
                SessionParameters = 
                {
                    { "string", "string" },
                },
                Status = new GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusArgs
                {
                    Code = 0,
                    Details = new[]
                    {
                        
                        {
                            { "string", "string" },
                        },
                    },
                    Message = "string",
                },
                TextResponses = new[]
                {
                    new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
                    {
                        Text = new[]
                        {
                            "string",
                        },
                    },
                },
                TriggeredIntent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentArgs
                {
                    DisplayName = "string",
                    Description = "string",
                    IsFallback = false,
                    Labels = 
                    {
                        { "string", "string" },
                    },
                    Name = "string",
                    Parameters = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterArgs
                        {
                            EntityType = "string",
                            Id = "string",
                            IsList = false,
                            Redact = false,
                        },
                    },
                    Priority = 0,
                    TrainingPhrases = new[]
                    {
                        new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs
                        {
                            Parts = new[]
                            {
                                new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs
                                {
                                    Text = "string",
                                    ParameterId = "string",
                                },
                            },
                            RepeatCount = 0,
                        },
                    },
                },
            },
        },
    },
    TestConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestConfigArgs
    {
        Flow = "string",
        Page = "string",
        TrackingParameters = new[]
        {
            "string",
        },
    },
});
Copy
example, err := dialogflowv3.NewTestCase(ctx, "testCaseResource", &dialogflowv3.TestCaseArgs{
	AgentId:     pulumi.String("string"),
	DisplayName: pulumi.String("string"),
	LastTestResult: &dialogflow.GoogleCloudDialogflowCxV3TestCaseResultArgs{
		ConversationTurns: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArray{
			&dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArgs{
				UserInput: &dialogflow.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs{
					EnableSentimentAnalysis: pulumi.Bool(false),
					InjectedParameters: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					Input: &dialogflow.GoogleCloudDialogflowCxV3QueryInputArgs{
						LanguageCode: pulumi.String("string"),
						Audio: &dialogflow.GoogleCloudDialogflowCxV3AudioInputArgs{
							Config: &dialogflow.GoogleCloudDialogflowCxV3InputAudioConfigArgs{
								AudioEncoding: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingUnspecified,
								BargeInConfig: &dialogflow.GoogleCloudDialogflowCxV3BargeInConfigArgs{
									NoBargeInDuration: pulumi.String("string"),
									TotalDuration:     pulumi.String("string"),
								},
								EnableWordInfo: pulumi.Bool(false),
								Model:          pulumi.String("string"),
								ModelVariant:   dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariantSpeechModelVariantUnspecified,
								PhraseHints: pulumi.StringArray{
									pulumi.String("string"),
								},
								SampleRateHertz: pulumi.Int(0),
								SingleUtterance: pulumi.Bool(false),
							},
							Audio: pulumi.String("string"),
						},
						Dtmf: &dialogflow.GoogleCloudDialogflowCxV3DtmfInputArgs{
							Digits:      pulumi.String("string"),
							FinishDigit: pulumi.String("string"),
						},
						Event: &dialogflow.GoogleCloudDialogflowCxV3EventInputArgs{
							Event: pulumi.String("string"),
						},
						Intent: &dialogflow.GoogleCloudDialogflowCxV3IntentInputTypeArgs{
							Intent: pulumi.String("string"),
						},
						Text: &dialogflow.GoogleCloudDialogflowCxV3TextInputArgs{
							Text: pulumi.String("string"),
						},
					},
					IsWebhookEnabled: pulumi.Bool(false),
				},
				VirtualAgentOutput: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs{
					DiagnosticInfo: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					CurrentPage: &dialogflow.GoogleCloudDialogflowCxV3PageArgs{
						DisplayName: 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),
							},
						},
						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{
								&dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs{
									Cases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArray{
										&dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs{
											CaseContent: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArray{
												&dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs{
													AdditionalCases: pulumi.Any(googleCloudDialogflowCxV3FulfillmentConditionalCases),
													Message: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
														Channel: pulumi.String("string"),
														ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
															Metadata: pulumi.StringMap{
																"string": pulumi.String("string"),
															},
														},
														KnowledgeInfoCard: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
														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"),
															},
														},
													},
												},
											},
											Condition: pulumi.String("string"),
										},
									},
								},
							},
							EnableGenerativeFallback: pulumi.Bool(false),
							Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
								&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
									Channel: pulumi.String("string"),
									ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
										Metadata: pulumi.StringMap{
											"string": pulumi.String("string"),
										},
									},
									KnowledgeInfoCard: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
									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"),
						},
						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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
											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"),
								},
							},
						},
						Form: &dialogflow.GoogleCloudDialogflowCxV3FormArgs{
							Parameters: dialogflow.GoogleCloudDialogflowCxV3FormParameterArray{
								&dialogflow.GoogleCloudDialogflowCxV3FormParameterArgs{
									DisplayName: pulumi.String("string"),
									EntityType:  pulumi.String("string"),
									FillBehavior: &dialogflow.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs{
										InitialPromptFulfillment: &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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
													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"),
										},
										RepromptEventHandlers: 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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
															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),
										},
									},
									DefaultValue: pulumi.Any("any"),
									IsList:       pulumi.Bool(false),
									Redact:       pulumi.Bool(false),
									Required:     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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
										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"),
							},
						},
						Name: 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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
											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"),
								},
							},
						},
					},
					SessionParameters: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					Status: &dialogflow.GoogleRpcStatusArgs{
						Code: pulumi.Int(0),
						Details: pulumi.StringMapArray{
							pulumi.StringMap{
								"string": pulumi.String("string"),
							},
						},
						Message: pulumi.String("string"),
					},
					TextResponses: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArray{
						&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
							Text: pulumi.StringArray{
								pulumi.String("string"),
							},
						},
					},
					TriggeredIntent: &dialogflow.GoogleCloudDialogflowCxV3IntentArgs{
						DisplayName: pulumi.String("string"),
						Description: pulumi.String("string"),
						IsFallback:  pulumi.Bool(false),
						Labels: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
						Name: pulumi.String("string"),
						Parameters: dialogflow.GoogleCloudDialogflowCxV3IntentParameterArray{
							&dialogflow.GoogleCloudDialogflowCxV3IntentParameterArgs{
								EntityType: pulumi.String("string"),
								Id:         pulumi.String("string"),
								IsList:     pulumi.Bool(false),
								Redact:     pulumi.Bool(false),
							},
						},
						Priority: pulumi.Int(0),
						TrainingPhrases: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArray{
							&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs{
								Parts: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArray{
									&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs{
										Text:        pulumi.String("string"),
										ParameterId: pulumi.String("string"),
									},
								},
								RepeatCount: pulumi.Int(0),
							},
						},
					},
				},
			},
		},
		Environment: pulumi.String("string"),
		Name:        pulumi.String("string"),
		TestResult:  dialogflowv3.GoogleCloudDialogflowCxV3TestCaseResultTestResultTestResultUnspecified,
		TestTime:    pulumi.String("string"),
	},
	Location: pulumi.String("string"),
	Name:     pulumi.String("string"),
	Notes:    pulumi.String("string"),
	Project:  pulumi.String("string"),
	Tags: pulumi.StringArray{
		pulumi.String("string"),
	},
	TestCaseConversationTurns: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArray{
		&dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArgs{
			UserInput: &dialogflow.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs{
				EnableSentimentAnalysis: pulumi.Bool(false),
				InjectedParameters: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				Input: &dialogflow.GoogleCloudDialogflowCxV3QueryInputArgs{
					LanguageCode: pulumi.String("string"),
					Audio: &dialogflow.GoogleCloudDialogflowCxV3AudioInputArgs{
						Config: &dialogflow.GoogleCloudDialogflowCxV3InputAudioConfigArgs{
							AudioEncoding: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingUnspecified,
							BargeInConfig: &dialogflow.GoogleCloudDialogflowCxV3BargeInConfigArgs{
								NoBargeInDuration: pulumi.String("string"),
								TotalDuration:     pulumi.String("string"),
							},
							EnableWordInfo: pulumi.Bool(false),
							Model:          pulumi.String("string"),
							ModelVariant:   dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariantSpeechModelVariantUnspecified,
							PhraseHints: pulumi.StringArray{
								pulumi.String("string"),
							},
							SampleRateHertz: pulumi.Int(0),
							SingleUtterance: pulumi.Bool(false),
						},
						Audio: pulumi.String("string"),
					},
					Dtmf: &dialogflow.GoogleCloudDialogflowCxV3DtmfInputArgs{
						Digits:      pulumi.String("string"),
						FinishDigit: pulumi.String("string"),
					},
					Event: &dialogflow.GoogleCloudDialogflowCxV3EventInputArgs{
						Event: pulumi.String("string"),
					},
					Intent: &dialogflow.GoogleCloudDialogflowCxV3IntentInputTypeArgs{
						Intent: pulumi.String("string"),
					},
					Text: &dialogflow.GoogleCloudDialogflowCxV3TextInputArgs{
						Text: pulumi.String("string"),
					},
				},
				IsWebhookEnabled: pulumi.Bool(false),
			},
			VirtualAgentOutput: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs{
				DiagnosticInfo: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				CurrentPage: &dialogflow.GoogleCloudDialogflowCxV3PageArgs{
					DisplayName: 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),
						},
					},
					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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
								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"),
					},
					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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
										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"),
							},
						},
					},
					Form: &dialogflow.GoogleCloudDialogflowCxV3FormArgs{
						Parameters: dialogflow.GoogleCloudDialogflowCxV3FormParameterArray{
							&dialogflow.GoogleCloudDialogflowCxV3FormParameterArgs{
								DisplayName: pulumi.String("string"),
								EntityType:  pulumi.String("string"),
								FillBehavior: &dialogflow.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs{
									InitialPromptFulfillment: &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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
												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"),
									},
									RepromptEventHandlers: 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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
														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),
									},
								},
								DefaultValue: pulumi.Any("any"),
								IsList:       pulumi.Bool(false),
								Redact:       pulumi.Bool(false),
								Required:     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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
									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"),
						},
					},
					Name: 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: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs{},
										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"),
							},
						},
					},
				},
				SessionParameters: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				Status: &dialogflow.GoogleRpcStatusArgs{
					Code: pulumi.Int(0),
					Details: pulumi.StringMapArray{
						pulumi.StringMap{
							"string": pulumi.String("string"),
						},
					},
					Message: pulumi.String("string"),
				},
				TextResponses: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArray{
					&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
						Text: pulumi.StringArray{
							pulumi.String("string"),
						},
					},
				},
				TriggeredIntent: &dialogflow.GoogleCloudDialogflowCxV3IntentArgs{
					DisplayName: pulumi.String("string"),
					Description: pulumi.String("string"),
					IsFallback:  pulumi.Bool(false),
					Labels: pulumi.StringMap{
						"string": pulumi.String("string"),
					},
					Name: pulumi.String("string"),
					Parameters: dialogflow.GoogleCloudDialogflowCxV3IntentParameterArray{
						&dialogflow.GoogleCloudDialogflowCxV3IntentParameterArgs{
							EntityType: pulumi.String("string"),
							Id:         pulumi.String("string"),
							IsList:     pulumi.Bool(false),
							Redact:     pulumi.Bool(false),
						},
					},
					Priority: pulumi.Int(0),
					TrainingPhrases: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArray{
						&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs{
							Parts: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArray{
								&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs{
									Text:        pulumi.String("string"),
									ParameterId: pulumi.String("string"),
								},
							},
							RepeatCount: pulumi.Int(0),
						},
					},
				},
			},
		},
	},
	TestConfig: &dialogflow.GoogleCloudDialogflowCxV3TestConfigArgs{
		Flow: pulumi.String("string"),
		Page: pulumi.String("string"),
		TrackingParameters: pulumi.StringArray{
			pulumi.String("string"),
		},
	},
})
Copy
var testCaseResource = new TestCase("testCaseResource", TestCaseArgs.builder()
    .agentId("string")
    .displayName("string")
    .lastTestResult(GoogleCloudDialogflowCxV3TestCaseResultArgs.builder()
        .conversationTurns(GoogleCloudDialogflowCxV3ConversationTurnArgs.builder()
            .userInput(GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs.builder()
                .enableSentimentAnalysis(false)
                .injectedParameters(Map.of("string", "string"))
                .input(GoogleCloudDialogflowCxV3QueryInputArgs.builder()
                    .languageCode("string")
                    .audio(GoogleCloudDialogflowCxV3AudioInputArgs.builder()
                        .config(GoogleCloudDialogflowCxV3InputAudioConfigArgs.builder()
                            .audioEncoding("AUDIO_ENCODING_UNSPECIFIED")
                            .bargeInConfig(GoogleCloudDialogflowCxV3BargeInConfigArgs.builder()
                                .noBargeInDuration("string")
                                .totalDuration("string")
                                .build())
                            .enableWordInfo(false)
                            .model("string")
                            .modelVariant("SPEECH_MODEL_VARIANT_UNSPECIFIED")
                            .phraseHints("string")
                            .sampleRateHertz(0)
                            .singleUtterance(false)
                            .build())
                        .audio("string")
                        .build())
                    .dtmf(GoogleCloudDialogflowCxV3DtmfInputArgs.builder()
                        .digits("string")
                        .finishDigit("string")
                        .build())
                    .event(GoogleCloudDialogflowCxV3EventInputArgs.builder()
                        .event("string")
                        .build())
                    .intent(GoogleCloudDialogflowCxV3IntentInputArgs.builder()
                        .intent("string")
                        .build())
                    .text(GoogleCloudDialogflowCxV3TextInputArgs.builder()
                        .text("string")
                        .build())
                    .build())
                .isWebhookEnabled(false)
                .build())
            .virtualAgentOutput(GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs.builder()
                .diagnosticInfo(Map.of("string", "string"))
                .currentPage(GoogleCloudDialogflowCxV3PageArgs.builder()
                    .displayName("string")
                    .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())
                    .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(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())
                    .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())
                    .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(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())
                                .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())
                    .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())
                    .name("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())
                .sessionParameters(Map.of("string", "string"))
                .status(GoogleRpcStatusArgs.builder()
                    .code(0)
                    .details(Map.of("string", "string"))
                    .message("string")
                    .build())
                .textResponses(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                    .text("string")
                    .build())
                .triggeredIntent(GoogleCloudDialogflowCxV3IntentArgs.builder()
                    .displayName("string")
                    .description("string")
                    .isFallback(false)
                    .labels(Map.of("string", "string"))
                    .name("string")
                    .parameters(GoogleCloudDialogflowCxV3IntentParameterArgs.builder()
                        .entityType("string")
                        .id("string")
                        .isList(false)
                        .redact(false)
                        .build())
                    .priority(0)
                    .trainingPhrases(GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs.builder()
                        .parts(GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs.builder()
                            .text("string")
                            .parameterId("string")
                            .build())
                        .repeatCount(0)
                        .build())
                    .build())
                .build())
            .build())
        .environment("string")
        .name("string")
        .testResult("TEST_RESULT_UNSPECIFIED")
        .testTime("string")
        .build())
    .location("string")
    .name("string")
    .notes("string")
    .project("string")
    .tags("string")
    .testCaseConversationTurns(GoogleCloudDialogflowCxV3ConversationTurnArgs.builder()
        .userInput(GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs.builder()
            .enableSentimentAnalysis(false)
            .injectedParameters(Map.of("string", "string"))
            .input(GoogleCloudDialogflowCxV3QueryInputArgs.builder()
                .languageCode("string")
                .audio(GoogleCloudDialogflowCxV3AudioInputArgs.builder()
                    .config(GoogleCloudDialogflowCxV3InputAudioConfigArgs.builder()
                        .audioEncoding("AUDIO_ENCODING_UNSPECIFIED")
                        .bargeInConfig(GoogleCloudDialogflowCxV3BargeInConfigArgs.builder()
                            .noBargeInDuration("string")
                            .totalDuration("string")
                            .build())
                        .enableWordInfo(false)
                        .model("string")
                        .modelVariant("SPEECH_MODEL_VARIANT_UNSPECIFIED")
                        .phraseHints("string")
                        .sampleRateHertz(0)
                        .singleUtterance(false)
                        .build())
                    .audio("string")
                    .build())
                .dtmf(GoogleCloudDialogflowCxV3DtmfInputArgs.builder()
                    .digits("string")
                    .finishDigit("string")
                    .build())
                .event(GoogleCloudDialogflowCxV3EventInputArgs.builder()
                    .event("string")
                    .build())
                .intent(GoogleCloudDialogflowCxV3IntentInputArgs.builder()
                    .intent("string")
                    .build())
                .text(GoogleCloudDialogflowCxV3TextInputArgs.builder()
                    .text("string")
                    .build())
                .build())
            .isWebhookEnabled(false)
            .build())
        .virtualAgentOutput(GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs.builder()
            .diagnosticInfo(Map.of("string", "string"))
            .currentPage(GoogleCloudDialogflowCxV3PageArgs.builder()
                .displayName("string")
                .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())
                .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())
                .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())
                .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(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())
                            .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())
                .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())
                .name("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())
            .sessionParameters(Map.of("string", "string"))
            .status(GoogleRpcStatusArgs.builder()
                .code(0)
                .details(Map.of("string", "string"))
                .message("string")
                .build())
            .textResponses(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
                .text("string")
                .build())
            .triggeredIntent(GoogleCloudDialogflowCxV3IntentArgs.builder()
                .displayName("string")
                .description("string")
                .isFallback(false)
                .labels(Map.of("string", "string"))
                .name("string")
                .parameters(GoogleCloudDialogflowCxV3IntentParameterArgs.builder()
                    .entityType("string")
                    .id("string")
                    .isList(false)
                    .redact(false)
                    .build())
                .priority(0)
                .trainingPhrases(GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs.builder()
                    .parts(GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs.builder()
                        .text("string")
                        .parameterId("string")
                        .build())
                    .repeatCount(0)
                    .build())
                .build())
            .build())
        .build())
    .testConfig(GoogleCloudDialogflowCxV3TestConfigArgs.builder()
        .flow("string")
        .page("string")
        .trackingParameters("string")
        .build())
    .build());
Copy
test_case_resource = google_native.dialogflow.v3.TestCase("testCaseResource",
    agent_id="string",
    display_name="string",
    last_test_result={
        "conversation_turns": [{
            "user_input": {
                "enable_sentiment_analysis": False,
                "injected_parameters": {
                    "string": "string",
                },
                "input": {
                    "language_code": "string",
                    "audio": {
                        "config": {
                            "audio_encoding": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AUDIO_ENCODING_UNSPECIFIED,
                            "barge_in_config": {
                                "no_barge_in_duration": "string",
                                "total_duration": "string",
                            },
                            "enable_word_info": False,
                            "model": "string",
                            "model_variant": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SPEECH_MODEL_VARIANT_UNSPECIFIED,
                            "phrase_hints": ["string"],
                            "sample_rate_hertz": 0,
                            "single_utterance": False,
                        },
                        "audio": "string",
                    },
                    "dtmf": {
                        "digits": "string",
                        "finish_digit": "string",
                    },
                    "event": {
                        "event": "string",
                    },
                    "intent": {
                        "intent": "string",
                    },
                    "text": {
                        "text": "string",
                    },
                },
                "is_webhook_enabled": False,
            },
            "virtual_agent_output": {
                "diagnostic_info": {
                    "string": "string",
                },
                "current_page": {
                    "display_name": "string",
                    "advanced_settings": {
                        "audio_export_gcs_destination": {
                            "uri": "string",
                        },
                        "dtmf_settings": {
                            "enabled": False,
                            "finish_digit": "string",
                            "max_digits": 0,
                        },
                        "logging_settings": {
                            "enable_interaction_logging": False,
                            "enable_stackdriver_logging": False,
                        },
                    },
                    "entry_fulfillment": {
                        "advanced_settings": {
                            "audio_export_gcs_destination": {
                                "uri": "string",
                            },
                            "dtmf_settings": {
                                "enabled": False,
                                "finish_digit": "string",
                                "max_digits": 0,
                            },
                            "logging_settings": {
                                "enable_interaction_logging": False,
                                "enable_stackdriver_logging": False,
                            },
                        },
                        "conditional_cases": [{
                            "cases": [{
                                "case_content": [{
                                    "additional_cases": google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases,
                                    "message": {
                                        "channel": "string",
                                        "conversation_success": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "knowledge_info_card": {},
                                        "live_agent_handoff": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "output_audio_text": {
                                            "ssml": "string",
                                            "text": "string",
                                        },
                                        "payload": {
                                            "string": "string",
                                        },
                                        "play_audio": {
                                            "audio_uri": "string",
                                        },
                                        "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                        "telephony_transfer_call": {
                                            "phone_number": "string",
                                        },
                                        "text": {
                                            "text": ["string"],
                                        },
                                    },
                                }],
                                "condition": "string",
                            }],
                        }],
                        "enable_generative_fallback": False,
                        "messages": [{
                            "channel": "string",
                            "conversation_success": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "knowledge_info_card": {},
                            "live_agent_handoff": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "output_audio_text": {
                                "ssml": "string",
                                "text": "string",
                            },
                            "payload": {
                                "string": "string",
                            },
                            "play_audio": {
                                "audio_uri": "string",
                            },
                            "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                            "telephony_transfer_call": {
                                "phone_number": "string",
                            },
                            "text": {
                                "text": ["string"],
                            },
                        }],
                        "return_partial_responses": False,
                        "set_parameter_actions": [{
                            "parameter": "string",
                            "value": "any",
                        }],
                        "tag": "string",
                        "webhook": "string",
                    },
                    "event_handlers": [{
                        "event": "string",
                        "target_flow": "string",
                        "target_page": "string",
                        "trigger_fulfillment": {
                            "advanced_settings": {
                                "audio_export_gcs_destination": {
                                    "uri": "string",
                                },
                                "dtmf_settings": {
                                    "enabled": False,
                                    "finish_digit": "string",
                                    "max_digits": 0,
                                },
                                "logging_settings": {
                                    "enable_interaction_logging": False,
                                    "enable_stackdriver_logging": False,
                                },
                            },
                            "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                            "enable_generative_fallback": False,
                            "messages": [{
                                "channel": "string",
                                "conversation_success": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "knowledge_info_card": {},
                                "live_agent_handoff": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "output_audio_text": {
                                    "ssml": "string",
                                    "text": "string",
                                },
                                "payload": {
                                    "string": "string",
                                },
                                "play_audio": {
                                    "audio_uri": "string",
                                },
                                "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                "telephony_transfer_call": {
                                    "phone_number": "string",
                                },
                                "text": {
                                    "text": ["string"],
                                },
                            }],
                            "return_partial_responses": False,
                            "set_parameter_actions": [{
                                "parameter": "string",
                                "value": "any",
                            }],
                            "tag": "string",
                            "webhook": "string",
                        },
                    }],
                    "form": {
                        "parameters": [{
                            "display_name": "string",
                            "entity_type": "string",
                            "fill_behavior": {
                                "initial_prompt_fulfillment": {
                                    "advanced_settings": {
                                        "audio_export_gcs_destination": {
                                            "uri": "string",
                                        },
                                        "dtmf_settings": {
                                            "enabled": False,
                                            "finish_digit": "string",
                                            "max_digits": 0,
                                        },
                                        "logging_settings": {
                                            "enable_interaction_logging": False,
                                            "enable_stackdriver_logging": False,
                                        },
                                    },
                                    "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                                    "enable_generative_fallback": False,
                                    "messages": [{
                                        "channel": "string",
                                        "conversation_success": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "knowledge_info_card": {},
                                        "live_agent_handoff": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "output_audio_text": {
                                            "ssml": "string",
                                            "text": "string",
                                        },
                                        "payload": {
                                            "string": "string",
                                        },
                                        "play_audio": {
                                            "audio_uri": "string",
                                        },
                                        "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                        "telephony_transfer_call": {
                                            "phone_number": "string",
                                        },
                                        "text": {
                                            "text": ["string"],
                                        },
                                    }],
                                    "return_partial_responses": False,
                                    "set_parameter_actions": [{
                                        "parameter": "string",
                                        "value": "any",
                                    }],
                                    "tag": "string",
                                    "webhook": "string",
                                },
                                "reprompt_event_handlers": [{
                                    "event": "string",
                                    "target_flow": "string",
                                    "target_page": "string",
                                    "trigger_fulfillment": {
                                        "advanced_settings": {
                                            "audio_export_gcs_destination": {
                                                "uri": "string",
                                            },
                                            "dtmf_settings": {
                                                "enabled": False,
                                                "finish_digit": "string",
                                                "max_digits": 0,
                                            },
                                            "logging_settings": {
                                                "enable_interaction_logging": False,
                                                "enable_stackdriver_logging": False,
                                            },
                                        },
                                        "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                                        "enable_generative_fallback": False,
                                        "messages": [{
                                            "channel": "string",
                                            "conversation_success": {
                                                "metadata": {
                                                    "string": "string",
                                                },
                                            },
                                            "knowledge_info_card": {},
                                            "live_agent_handoff": {
                                                "metadata": {
                                                    "string": "string",
                                                },
                                            },
                                            "output_audio_text": {
                                                "ssml": "string",
                                                "text": "string",
                                            },
                                            "payload": {
                                                "string": "string",
                                            },
                                            "play_audio": {
                                                "audio_uri": "string",
                                            },
                                            "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                            "telephony_transfer_call": {
                                                "phone_number": "string",
                                            },
                                            "text": {
                                                "text": ["string"],
                                            },
                                        }],
                                        "return_partial_responses": False,
                                        "set_parameter_actions": [{
                                            "parameter": "string",
                                            "value": "any",
                                        }],
                                        "tag": "string",
                                        "webhook": "string",
                                    },
                                }],
                            },
                            "advanced_settings": {
                                "audio_export_gcs_destination": {
                                    "uri": "string",
                                },
                                "dtmf_settings": {
                                    "enabled": False,
                                    "finish_digit": "string",
                                    "max_digits": 0,
                                },
                                "logging_settings": {
                                    "enable_interaction_logging": False,
                                    "enable_stackdriver_logging": False,
                                },
                            },
                            "default_value": "any",
                            "is_list": False,
                            "redact": False,
                            "required": False,
                        }],
                    },
                    "knowledge_connector_settings": {
                        "data_store_connections": [{
                            "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": {
                            "advanced_settings": {
                                "audio_export_gcs_destination": {
                                    "uri": "string",
                                },
                                "dtmf_settings": {
                                    "enabled": False,
                                    "finish_digit": "string",
                                    "max_digits": 0,
                                },
                                "logging_settings": {
                                    "enable_interaction_logging": False,
                                    "enable_stackdriver_logging": False,
                                },
                            },
                            "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                            "enable_generative_fallback": False,
                            "messages": [{
                                "channel": "string",
                                "conversation_success": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "knowledge_info_card": {},
                                "live_agent_handoff": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "output_audio_text": {
                                    "ssml": "string",
                                    "text": "string",
                                },
                                "payload": {
                                    "string": "string",
                                },
                                "play_audio": {
                                    "audio_uri": "string",
                                },
                                "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                "telephony_transfer_call": {
                                    "phone_number": "string",
                                },
                                "text": {
                                    "text": ["string"],
                                },
                            }],
                            "return_partial_responses": False,
                            "set_parameter_actions": [{
                                "parameter": "string",
                                "value": "any",
                            }],
                            "tag": "string",
                            "webhook": "string",
                        },
                    },
                    "name": "string",
                    "transition_route_groups": ["string"],
                    "transition_routes": [{
                        "condition": "string",
                        "description": "string",
                        "intent": "string",
                        "target_flow": "string",
                        "target_page": "string",
                        "trigger_fulfillment": {
                            "advanced_settings": {
                                "audio_export_gcs_destination": {
                                    "uri": "string",
                                },
                                "dtmf_settings": {
                                    "enabled": False,
                                    "finish_digit": "string",
                                    "max_digits": 0,
                                },
                                "logging_settings": {
                                    "enable_interaction_logging": False,
                                    "enable_stackdriver_logging": False,
                                },
                            },
                            "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                            "enable_generative_fallback": False,
                            "messages": [{
                                "channel": "string",
                                "conversation_success": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "knowledge_info_card": {},
                                "live_agent_handoff": {
                                    "metadata": {
                                        "string": "string",
                                    },
                                },
                                "output_audio_text": {
                                    "ssml": "string",
                                    "text": "string",
                                },
                                "payload": {
                                    "string": "string",
                                },
                                "play_audio": {
                                    "audio_uri": "string",
                                },
                                "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                "telephony_transfer_call": {
                                    "phone_number": "string",
                                },
                                "text": {
                                    "text": ["string"],
                                },
                            }],
                            "return_partial_responses": False,
                            "set_parameter_actions": [{
                                "parameter": "string",
                                "value": "any",
                            }],
                            "tag": "string",
                            "webhook": "string",
                        },
                    }],
                },
                "session_parameters": {
                    "string": "string",
                },
                "status": {
                    "code": 0,
                    "details": [{
                        "string": "string",
                    }],
                    "message": "string",
                },
                "text_responses": [{
                    "text": ["string"],
                }],
                "triggered_intent": {
                    "display_name": "string",
                    "description": "string",
                    "is_fallback": False,
                    "labels": {
                        "string": "string",
                    },
                    "name": "string",
                    "parameters": [{
                        "entity_type": "string",
                        "id": "string",
                        "is_list": False,
                        "redact": False,
                    }],
                    "priority": 0,
                    "training_phrases": [{
                        "parts": [{
                            "text": "string",
                            "parameter_id": "string",
                        }],
                        "repeat_count": 0,
                    }],
                },
            },
        }],
        "environment": "string",
        "name": "string",
        "test_result": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TEST_RESULT_UNSPECIFIED,
        "test_time": "string",
    },
    location="string",
    name="string",
    notes="string",
    project="string",
    tags=["string"],
    test_case_conversation_turns=[{
        "user_input": {
            "enable_sentiment_analysis": False,
            "injected_parameters": {
                "string": "string",
            },
            "input": {
                "language_code": "string",
                "audio": {
                    "config": {
                        "audio_encoding": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AUDIO_ENCODING_UNSPECIFIED,
                        "barge_in_config": {
                            "no_barge_in_duration": "string",
                            "total_duration": "string",
                        },
                        "enable_word_info": False,
                        "model": "string",
                        "model_variant": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SPEECH_MODEL_VARIANT_UNSPECIFIED,
                        "phrase_hints": ["string"],
                        "sample_rate_hertz": 0,
                        "single_utterance": False,
                    },
                    "audio": "string",
                },
                "dtmf": {
                    "digits": "string",
                    "finish_digit": "string",
                },
                "event": {
                    "event": "string",
                },
                "intent": {
                    "intent": "string",
                },
                "text": {
                    "text": "string",
                },
            },
            "is_webhook_enabled": False,
        },
        "virtual_agent_output": {
            "diagnostic_info": {
                "string": "string",
            },
            "current_page": {
                "display_name": "string",
                "advanced_settings": {
                    "audio_export_gcs_destination": {
                        "uri": "string",
                    },
                    "dtmf_settings": {
                        "enabled": False,
                        "finish_digit": "string",
                        "max_digits": 0,
                    },
                    "logging_settings": {
                        "enable_interaction_logging": False,
                        "enable_stackdriver_logging": False,
                    },
                },
                "entry_fulfillment": {
                    "advanced_settings": {
                        "audio_export_gcs_destination": {
                            "uri": "string",
                        },
                        "dtmf_settings": {
                            "enabled": False,
                            "finish_digit": "string",
                            "max_digits": 0,
                        },
                        "logging_settings": {
                            "enable_interaction_logging": False,
                            "enable_stackdriver_logging": False,
                        },
                    },
                    "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                    "enable_generative_fallback": False,
                    "messages": [{
                        "channel": "string",
                        "conversation_success": {
                            "metadata": {
                                "string": "string",
                            },
                        },
                        "knowledge_info_card": {},
                        "live_agent_handoff": {
                            "metadata": {
                                "string": "string",
                            },
                        },
                        "output_audio_text": {
                            "ssml": "string",
                            "text": "string",
                        },
                        "payload": {
                            "string": "string",
                        },
                        "play_audio": {
                            "audio_uri": "string",
                        },
                        "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                        "telephony_transfer_call": {
                            "phone_number": "string",
                        },
                        "text": {
                            "text": ["string"],
                        },
                    }],
                    "return_partial_responses": False,
                    "set_parameter_actions": [{
                        "parameter": "string",
                        "value": "any",
                    }],
                    "tag": "string",
                    "webhook": "string",
                },
                "event_handlers": [{
                    "event": "string",
                    "target_flow": "string",
                    "target_page": "string",
                    "trigger_fulfillment": {
                        "advanced_settings": {
                            "audio_export_gcs_destination": {
                                "uri": "string",
                            },
                            "dtmf_settings": {
                                "enabled": False,
                                "finish_digit": "string",
                                "max_digits": 0,
                            },
                            "logging_settings": {
                                "enable_interaction_logging": False,
                                "enable_stackdriver_logging": False,
                            },
                        },
                        "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                        "enable_generative_fallback": False,
                        "messages": [{
                            "channel": "string",
                            "conversation_success": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "knowledge_info_card": {},
                            "live_agent_handoff": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "output_audio_text": {
                                "ssml": "string",
                                "text": "string",
                            },
                            "payload": {
                                "string": "string",
                            },
                            "play_audio": {
                                "audio_uri": "string",
                            },
                            "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                            "telephony_transfer_call": {
                                "phone_number": "string",
                            },
                            "text": {
                                "text": ["string"],
                            },
                        }],
                        "return_partial_responses": False,
                        "set_parameter_actions": [{
                            "parameter": "string",
                            "value": "any",
                        }],
                        "tag": "string",
                        "webhook": "string",
                    },
                }],
                "form": {
                    "parameters": [{
                        "display_name": "string",
                        "entity_type": "string",
                        "fill_behavior": {
                            "initial_prompt_fulfillment": {
                                "advanced_settings": {
                                    "audio_export_gcs_destination": {
                                        "uri": "string",
                                    },
                                    "dtmf_settings": {
                                        "enabled": False,
                                        "finish_digit": "string",
                                        "max_digits": 0,
                                    },
                                    "logging_settings": {
                                        "enable_interaction_logging": False,
                                        "enable_stackdriver_logging": False,
                                    },
                                },
                                "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                                "enable_generative_fallback": False,
                                "messages": [{
                                    "channel": "string",
                                    "conversation_success": {
                                        "metadata": {
                                            "string": "string",
                                        },
                                    },
                                    "knowledge_info_card": {},
                                    "live_agent_handoff": {
                                        "metadata": {
                                            "string": "string",
                                        },
                                    },
                                    "output_audio_text": {
                                        "ssml": "string",
                                        "text": "string",
                                    },
                                    "payload": {
                                        "string": "string",
                                    },
                                    "play_audio": {
                                        "audio_uri": "string",
                                    },
                                    "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                    "telephony_transfer_call": {
                                        "phone_number": "string",
                                    },
                                    "text": {
                                        "text": ["string"],
                                    },
                                }],
                                "return_partial_responses": False,
                                "set_parameter_actions": [{
                                    "parameter": "string",
                                    "value": "any",
                                }],
                                "tag": "string",
                                "webhook": "string",
                            },
                            "reprompt_event_handlers": [{
                                "event": "string",
                                "target_flow": "string",
                                "target_page": "string",
                                "trigger_fulfillment": {
                                    "advanced_settings": {
                                        "audio_export_gcs_destination": {
                                            "uri": "string",
                                        },
                                        "dtmf_settings": {
                                            "enabled": False,
                                            "finish_digit": "string",
                                            "max_digits": 0,
                                        },
                                        "logging_settings": {
                                            "enable_interaction_logging": False,
                                            "enable_stackdriver_logging": False,
                                        },
                                    },
                                    "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                                    "enable_generative_fallback": False,
                                    "messages": [{
                                        "channel": "string",
                                        "conversation_success": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "knowledge_info_card": {},
                                        "live_agent_handoff": {
                                            "metadata": {
                                                "string": "string",
                                            },
                                        },
                                        "output_audio_text": {
                                            "ssml": "string",
                                            "text": "string",
                                        },
                                        "payload": {
                                            "string": "string",
                                        },
                                        "play_audio": {
                                            "audio_uri": "string",
                                        },
                                        "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                                        "telephony_transfer_call": {
                                            "phone_number": "string",
                                        },
                                        "text": {
                                            "text": ["string"],
                                        },
                                    }],
                                    "return_partial_responses": False,
                                    "set_parameter_actions": [{
                                        "parameter": "string",
                                        "value": "any",
                                    }],
                                    "tag": "string",
                                    "webhook": "string",
                                },
                            }],
                        },
                        "advanced_settings": {
                            "audio_export_gcs_destination": {
                                "uri": "string",
                            },
                            "dtmf_settings": {
                                "enabled": False,
                                "finish_digit": "string",
                                "max_digits": 0,
                            },
                            "logging_settings": {
                                "enable_interaction_logging": False,
                                "enable_stackdriver_logging": False,
                            },
                        },
                        "default_value": "any",
                        "is_list": False,
                        "redact": False,
                        "required": False,
                    }],
                },
                "knowledge_connector_settings": {
                    "data_store_connections": [{
                        "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": {
                        "advanced_settings": {
                            "audio_export_gcs_destination": {
                                "uri": "string",
                            },
                            "dtmf_settings": {
                                "enabled": False,
                                "finish_digit": "string",
                                "max_digits": 0,
                            },
                            "logging_settings": {
                                "enable_interaction_logging": False,
                                "enable_stackdriver_logging": False,
                            },
                        },
                        "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                        "enable_generative_fallback": False,
                        "messages": [{
                            "channel": "string",
                            "conversation_success": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "knowledge_info_card": {},
                            "live_agent_handoff": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "output_audio_text": {
                                "ssml": "string",
                                "text": "string",
                            },
                            "payload": {
                                "string": "string",
                            },
                            "play_audio": {
                                "audio_uri": "string",
                            },
                            "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                            "telephony_transfer_call": {
                                "phone_number": "string",
                            },
                            "text": {
                                "text": ["string"],
                            },
                        }],
                        "return_partial_responses": False,
                        "set_parameter_actions": [{
                            "parameter": "string",
                            "value": "any",
                        }],
                        "tag": "string",
                        "webhook": "string",
                    },
                },
                "name": "string",
                "transition_route_groups": ["string"],
                "transition_routes": [{
                    "condition": "string",
                    "description": "string",
                    "intent": "string",
                    "target_flow": "string",
                    "target_page": "string",
                    "trigger_fulfillment": {
                        "advanced_settings": {
                            "audio_export_gcs_destination": {
                                "uri": "string",
                            },
                            "dtmf_settings": {
                                "enabled": False,
                                "finish_digit": "string",
                                "max_digits": 0,
                            },
                            "logging_settings": {
                                "enable_interaction_logging": False,
                                "enable_stackdriver_logging": False,
                            },
                        },
                        "conditional_cases": [google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
                        "enable_generative_fallback": False,
                        "messages": [{
                            "channel": "string",
                            "conversation_success": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "knowledge_info_card": {},
                            "live_agent_handoff": {
                                "metadata": {
                                    "string": "string",
                                },
                            },
                            "output_audio_text": {
                                "ssml": "string",
                                "text": "string",
                            },
                            "payload": {
                                "string": "string",
                            },
                            "play_audio": {
                                "audio_uri": "string",
                            },
                            "response_type": google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
                            "telephony_transfer_call": {
                                "phone_number": "string",
                            },
                            "text": {
                                "text": ["string"],
                            },
                        }],
                        "return_partial_responses": False,
                        "set_parameter_actions": [{
                            "parameter": "string",
                            "value": "any",
                        }],
                        "tag": "string",
                        "webhook": "string",
                    },
                }],
            },
            "session_parameters": {
                "string": "string",
            },
            "status": {
                "code": 0,
                "details": [{
                    "string": "string",
                }],
                "message": "string",
            },
            "text_responses": [{
                "text": ["string"],
            }],
            "triggered_intent": {
                "display_name": "string",
                "description": "string",
                "is_fallback": False,
                "labels": {
                    "string": "string",
                },
                "name": "string",
                "parameters": [{
                    "entity_type": "string",
                    "id": "string",
                    "is_list": False,
                    "redact": False,
                }],
                "priority": 0,
                "training_phrases": [{
                    "parts": [{
                        "text": "string",
                        "parameter_id": "string",
                    }],
                    "repeat_count": 0,
                }],
            },
        },
    }],
    test_config={
        "flow": "string",
        "page": "string",
        "tracking_parameters": ["string"],
    })
Copy
const testCaseResource = new google_native.dialogflow.v3.TestCase("testCaseResource", {
    agentId: "string",
    displayName: "string",
    lastTestResult: {
        conversationTurns: [{
            userInput: {
                enableSentimentAnalysis: false,
                injectedParameters: {
                    string: "string",
                },
                input: {
                    languageCode: "string",
                    audio: {
                        config: {
                            audioEncoding: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
                            bargeInConfig: {
                                noBargeInDuration: "string",
                                totalDuration: "string",
                            },
                            enableWordInfo: false,
                            model: "string",
                            modelVariant: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
                            phraseHints: ["string"],
                            sampleRateHertz: 0,
                            singleUtterance: false,
                        },
                        audio: "string",
                    },
                    dtmf: {
                        digits: "string",
                        finishDigit: "string",
                    },
                    event: {
                        event: "string",
                    },
                    intent: {
                        intent: "string",
                    },
                    text: {
                        text: "string",
                    },
                },
                isWebhookEnabled: false,
            },
            virtualAgentOutput: {
                diagnosticInfo: {
                    string: "string",
                },
                currentPage: {
                    displayName: "string",
                    advancedSettings: {
                        audioExportGcsDestination: {
                            uri: "string",
                        },
                        dtmfSettings: {
                            enabled: false,
                            finishDigit: "string",
                            maxDigits: 0,
                        },
                        loggingSettings: {
                            enableInteractionLogging: false,
                            enableStackdriverLogging: false,
                        },
                    },
                    entryFulfillment: {
                        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",
                    },
                    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",
                        },
                    }],
                    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: [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",
                                },
                                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,
                        }],
                    },
                    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",
                        },
                    },
                    name: "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",
                        },
                    }],
                },
                sessionParameters: {
                    string: "string",
                },
                status: {
                    code: 0,
                    details: [{
                        string: "string",
                    }],
                    message: "string",
                },
                textResponses: [{
                    text: ["string"],
                }],
                triggeredIntent: {
                    displayName: "string",
                    description: "string",
                    isFallback: false,
                    labels: {
                        string: "string",
                    },
                    name: "string",
                    parameters: [{
                        entityType: "string",
                        id: "string",
                        isList: false,
                        redact: false,
                    }],
                    priority: 0,
                    trainingPhrases: [{
                        parts: [{
                            text: "string",
                            parameterId: "string",
                        }],
                        repeatCount: 0,
                    }],
                },
            },
        }],
        environment: "string",
        name: "string",
        testResult: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TestResultUnspecified,
        testTime: "string",
    },
    location: "string",
    name: "string",
    notes: "string",
    project: "string",
    tags: ["string"],
    testCaseConversationTurns: [{
        userInput: {
            enableSentimentAnalysis: false,
            injectedParameters: {
                string: "string",
            },
            input: {
                languageCode: "string",
                audio: {
                    config: {
                        audioEncoding: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
                        bargeInConfig: {
                            noBargeInDuration: "string",
                            totalDuration: "string",
                        },
                        enableWordInfo: false,
                        model: "string",
                        modelVariant: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
                        phraseHints: ["string"],
                        sampleRateHertz: 0,
                        singleUtterance: false,
                    },
                    audio: "string",
                },
                dtmf: {
                    digits: "string",
                    finishDigit: "string",
                },
                event: {
                    event: "string",
                },
                intent: {
                    intent: "string",
                },
                text: {
                    text: "string",
                },
            },
            isWebhookEnabled: false,
        },
        virtualAgentOutput: {
            diagnosticInfo: {
                string: "string",
            },
            currentPage: {
                displayName: "string",
                advancedSettings: {
                    audioExportGcsDestination: {
                        uri: "string",
                    },
                    dtmfSettings: {
                        enabled: false,
                        finishDigit: "string",
                        maxDigits: 0,
                    },
                    loggingSettings: {
                        enableInteractionLogging: false,
                        enableStackdriverLogging: false,
                    },
                },
                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",
                },
                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",
                    },
                }],
                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: [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",
                            },
                            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,
                    }],
                },
                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",
                    },
                },
                name: "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",
                    },
                }],
            },
            sessionParameters: {
                string: "string",
            },
            status: {
                code: 0,
                details: [{
                    string: "string",
                }],
                message: "string",
            },
            textResponses: [{
                text: ["string"],
            }],
            triggeredIntent: {
                displayName: "string",
                description: "string",
                isFallback: false,
                labels: {
                    string: "string",
                },
                name: "string",
                parameters: [{
                    entityType: "string",
                    id: "string",
                    isList: false,
                    redact: false,
                }],
                priority: 0,
                trainingPhrases: [{
                    parts: [{
                        text: "string",
                        parameterId: "string",
                    }],
                    repeatCount: 0,
                }],
            },
        },
    }],
    testConfig: {
        flow: "string",
        page: "string",
        trackingParameters: ["string"],
    },
});
Copy
type: google-native:dialogflow/v3:TestCase
properties:
    agentId: string
    displayName: string
    lastTestResult:
        conversationTurns:
            - userInput:
                enableSentimentAnalysis: false
                injectedParameters:
                    string: string
                input:
                    audio:
                        audio: string
                        config:
                            audioEncoding: AUDIO_ENCODING_UNSPECIFIED
                            bargeInConfig:
                                noBargeInDuration: string
                                totalDuration: string
                            enableWordInfo: false
                            model: string
                            modelVariant: SPEECH_MODEL_VARIANT_UNSPECIFIED
                            phraseHints:
                                - string
                            sampleRateHertz: 0
                            singleUtterance: false
                    dtmf:
                        digits: string
                        finishDigit: string
                    event:
                        event: string
                    intent:
                        intent: string
                    languageCode: string
                    text:
                        text: string
                isWebhookEnabled: false
              virtualAgentOutput:
                currentPage:
                    advancedSettings:
                        audioExportGcsDestination:
                            uri: string
                        dtmfSettings:
                            enabled: false
                            finishDigit: string
                            maxDigits: 0
                        loggingSettings:
                            enableInteractionLogging: false
                            enableStackdriverLogging: false
                    displayName: string
                    entryFulfillment:
                        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
                    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
                    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:
                                        - ${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
                                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
                    name: 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
                diagnosticInfo:
                    string: string
                sessionParameters:
                    string: string
                status:
                    code: 0
                    details:
                        - string: string
                    message: string
                textResponses:
                    - text:
                        - string
                triggeredIntent:
                    description: string
                    displayName: string
                    isFallback: false
                    labels:
                        string: string
                    name: string
                    parameters:
                        - entityType: string
                          id: string
                          isList: false
                          redact: false
                    priority: 0
                    trainingPhrases:
                        - parts:
                            - parameterId: string
                              text: string
                          repeatCount: 0
        environment: string
        name: string
        testResult: TEST_RESULT_UNSPECIFIED
        testTime: string
    location: string
    name: string
    notes: string
    project: string
    tags:
        - string
    testCaseConversationTurns:
        - userInput:
            enableSentimentAnalysis: false
            injectedParameters:
                string: string
            input:
                audio:
                    audio: string
                    config:
                        audioEncoding: AUDIO_ENCODING_UNSPECIFIED
                        bargeInConfig:
                            noBargeInDuration: string
                            totalDuration: string
                        enableWordInfo: false
                        model: string
                        modelVariant: SPEECH_MODEL_VARIANT_UNSPECIFIED
                        phraseHints:
                            - string
                        sampleRateHertz: 0
                        singleUtterance: false
                dtmf:
                    digits: string
                    finishDigit: string
                event:
                    event: string
                intent:
                    intent: string
                languageCode: string
                text:
                    text: string
            isWebhookEnabled: false
          virtualAgentOutput:
            currentPage:
                advancedSettings:
                    audioExportGcsDestination:
                        uri: string
                    dtmfSettings:
                        enabled: false
                        finishDigit: string
                        maxDigits: 0
                    loggingSettings:
                        enableInteractionLogging: false
                        enableStackdriverLogging: false
                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
                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:
                                    - ${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
                            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
                name: 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
            diagnosticInfo:
                string: string
            sessionParameters:
                string: string
            status:
                code: 0
                details:
                    - string: string
                message: string
            textResponses:
                - text:
                    - string
            triggeredIntent:
                description: string
                displayName: string
                isFallback: false
                labels:
                    string: string
                name: string
                parameters:
                    - entityType: string
                      id: string
                      isList: false
                      redact: false
                priority: 0
                trainingPhrases:
                    - parts:
                        - parameterId: string
                          text: string
                      repeatCount: 0
    testConfig:
        flow: string
        page: string
        trackingParameters:
            - string
Copy

TestCase Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The TestCase resource accepts the following input properties:

AgentId
This property is required.
Changes to this property will trigger replacement.
string
DisplayName This property is required. string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
LastTestResult Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestCaseResult
The latest test result.
Location Changes to this property will trigger replacement. string
Name string
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
Notes string
Additional freeform notes about the test case. Limit of 400 characters.
Project Changes to this property will trigger replacement. string
Tags List<string>
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
TestCaseConversationTurns List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurn>
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
TestConfig Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestConfig
Config for the test case.
AgentId
This property is required.
Changes to this property will trigger replacement.
string
DisplayName This property is required. string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
LastTestResult GoogleCloudDialogflowCxV3TestCaseResultArgs
The latest test result.
Location Changes to this property will trigger replacement. string
Name string
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
Notes string
Additional freeform notes about the test case. Limit of 400 characters.
Project Changes to this property will trigger replacement. string
Tags []string
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
TestCaseConversationTurns []GoogleCloudDialogflowCxV3ConversationTurnArgs
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
TestConfig GoogleCloudDialogflowCxV3TestConfigArgs
Config for the test case.
agentId
This property is required.
Changes to this property will trigger replacement.
String
displayName This property is required. String
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult GoogleCloudDialogflowCxV3TestCaseResult
The latest test result.
location Changes to this property will trigger replacement. String
name String
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
notes String
Additional freeform notes about the test case. Limit of 400 characters.
project Changes to this property will trigger replacement. String
tags List<String>
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
testCaseConversationTurns List<GoogleCloudDialogflowCxV3ConversationTurn>
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
testConfig GoogleCloudDialogflowCxV3TestConfig
Config for the test case.
agentId
This property is required.
Changes to this property will trigger replacement.
string
displayName This property is required. string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult GoogleCloudDialogflowCxV3TestCaseResult
The latest test result.
location Changes to this property will trigger replacement. string
name string
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
notes string
Additional freeform notes about the test case. Limit of 400 characters.
project Changes to this property will trigger replacement. string
tags string[]
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
testCaseConversationTurns GoogleCloudDialogflowCxV3ConversationTurn[]
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
testConfig GoogleCloudDialogflowCxV3TestConfig
Config for the test case.
agent_id
This property is required.
Changes to this property will trigger replacement.
str
display_name This property is required. str
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
last_test_result GoogleCloudDialogflowCxV3TestCaseResultArgs
The latest test result.
location Changes to this property will trigger replacement. str
name str
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
notes str
Additional freeform notes about the test case. Limit of 400 characters.
project Changes to this property will trigger replacement. str
tags Sequence[str]
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
test_case_conversation_turns Sequence[GoogleCloudDialogflowCxV3ConversationTurnArgs]
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
test_config GoogleCloudDialogflowCxV3TestConfigArgs
Config for the test case.
agentId
This property is required.
Changes to this property will trigger replacement.
String
displayName This property is required. String
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult Property Map
The latest test result.
location Changes to this property will trigger replacement. String
name String
The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.
notes String
Additional freeform notes about the test case. Limit of 400 characters.
project Changes to this property will trigger replacement. String
tags List<String>
Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
testCaseConversationTurns List<Property Map>
The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
testConfig Property Map
Config for the test case.

Outputs

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

CreationTime string
When the test was created.
Id string
The provider-assigned unique ID for this managed resource.
CreationTime string
When the test was created.
Id string
The provider-assigned unique ID for this managed resource.
creationTime String
When the test was created.
id String
The provider-assigned unique ID for this managed resource.
creationTime string
When the test was created.
id string
The provider-assigned unique ID for this managed resource.
creation_time str
When the test was created.
id str
The provider-assigned unique ID for this managed resource.
creationTime String
When the test was created.
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 This property is required. 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 This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
Enabled This property is required. 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 This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
enabled This property is required. 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 This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Integer
Max length of DTMF digits.
enabled This property is required. 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 This property is required. string
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. number
Max length of DTMF digits.
enabled This property is required. 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 This property is required. str
The digit that terminates a DTMF digit sequence.
max_digits This property is required. int
Max length of DTMF digits.
enabled This property is required. 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 This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. 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 This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
EnableInteractionLogging This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. boolean
If true, StackDriver logging is currently enabled.
enable_interaction_logging This property is required. bool
If true, DF Interaction logging is currently enabled.
enable_stackdriver_logging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.

GoogleCloudDialogflowCxV3AdvancedSettingsResponse
, GoogleCloudDialogflowCxV3AdvancedSettingsResponseArgs

AudioExportGcsDestination This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. 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 This property is required. 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. 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 This property is required. 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
logging_settings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. 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 This property is required. Property Map
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. Property Map
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

GoogleCloudDialogflowCxV3AudioInput
, GoogleCloudDialogflowCxV3AudioInputArgs

Config This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
Audio string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
Config This property is required. GoogleCloudDialogflowCxV3InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
Audio string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
audio String
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
audio string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
audio str
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. Property Map
Instructs the speech recognizer how to process the speech audio.
audio String
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.

GoogleCloudDialogflowCxV3AudioInputResponse
, GoogleCloudDialogflowCxV3AudioInputResponseArgs

Audio This property is required. string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
Config This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
Audio This property is required. string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
Config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. String
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. string
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. str
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. String
The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both config and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. Property Map
Instructs the speech recognizer how to process the speech audio.

GoogleCloudDialogflowCxV3BargeInConfig
, GoogleCloudDialogflowCxV3BargeInConfigArgs

NoBargeInDuration string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration string
Total duration for the playback at the beginning of the input audio.
NoBargeInDuration string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration string
Total duration for the playback at the beginning of the input audio.
noBargeInDuration String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration String
Total duration for the playback at the beginning of the input audio.
noBargeInDuration string
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration string
Total duration for the playback at the beginning of the input audio.
no_barge_in_duration str
Duration that is not eligible for barge-in at the beginning of the input audio.
total_duration str
Total duration for the playback at the beginning of the input audio.
noBargeInDuration String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration String
Total duration for the playback at the beginning of the input audio.

GoogleCloudDialogflowCxV3BargeInConfigResponse
, GoogleCloudDialogflowCxV3BargeInConfigResponseArgs

NoBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
NoBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. String
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
no_barge_in_duration This property is required. str
Duration that is not eligible for barge-in at the beginning of the input audio.
total_duration This property is required. str
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. String
Total duration for the playback at the beginning of the input audio.

GoogleCloudDialogflowCxV3ConversationTurn
, GoogleCloudDialogflowCxV3ConversationTurnArgs

userInput Property Map
The user input.
virtualAgentOutput Property Map
The virtual agent output.

GoogleCloudDialogflowCxV3ConversationTurnResponse
, GoogleCloudDialogflowCxV3ConversationTurnResponseArgs

userInput This property is required. Property Map
The user input.
virtualAgentOutput This property is required. Property Map
The virtual agent output.

GoogleCloudDialogflowCxV3ConversationTurnUserInput
, GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs

EnableSentimentAnalysis bool
Whether sentiment analysis is enabled.
InjectedParameters Dictionary<string, string>
Parameters that need to be injected into the conversation during intent detection.
Input Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInput
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
EnableSentimentAnalysis bool
Whether sentiment analysis is enabled.
InjectedParameters map[string]string
Parameters that need to be injected into the conversation during intent detection.
Input GoogleCloudDialogflowCxV3QueryInput
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis Boolean
Whether sentiment analysis is enabled.
injectedParameters Map<String,String>
Parameters that need to be injected into the conversation during intent detection.
input GoogleCloudDialogflowCxV3QueryInput
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis boolean
Whether sentiment analysis is enabled.
injectedParameters {[key: string]: string}
Parameters that need to be injected into the conversation during intent detection.
input GoogleCloudDialogflowCxV3QueryInput
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enable_sentiment_analysis bool
Whether sentiment analysis is enabled.
injected_parameters Mapping[str, str]
Parameters that need to be injected into the conversation during intent detection.
input GoogleCloudDialogflowCxV3QueryInput
Supports text input, event input, dtmf input in the test case.
is_webhook_enabled bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis Boolean
Whether sentiment analysis is enabled.
injectedParameters Map<String>
Parameters that need to be injected into the conversation during intent detection.
input Property Map
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.

GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse
, GoogleCloudDialogflowCxV3ConversationTurnUserInputResponseArgs

EnableSentimentAnalysis This property is required. bool
Whether sentiment analysis is enabled.
InjectedParameters This property is required. Dictionary<string, string>
Parameters that need to be injected into the conversation during intent detection.
Input This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
EnableSentimentAnalysis This property is required. bool
Whether sentiment analysis is enabled.
InjectedParameters This property is required. map[string]string
Parameters that need to be injected into the conversation during intent detection.
Input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. Boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. Map<String,String>
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. {[key: string]: string}
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enable_sentiment_analysis This property is required. bool
Whether sentiment analysis is enabled.
injected_parameters This property is required. Mapping[str, str]
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
is_webhook_enabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. Boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. Map<String>
Parameters that need to be injected into the conversation during intent detection.
input This property is required. Property Map
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
, GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs

DiagnosticInfo This property is required. Dictionary<string, string>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
CurrentPage Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Page
The Page on which the utterance was spoken. Only name and displayName will be set.
SessionParameters Dictionary<string, string>
The session parameters available to the bot at this point.
Status Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatus
Response error from the agent in the test result. If set, other output is empty.
TextResponses List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageText>
The text responses from the agent for the turn.
TriggeredIntent Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3Intent
The Intent that triggered the response. Only name and displayName will be set.
DiagnosticInfo This property is required. map[string]string
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
CurrentPage GoogleCloudDialogflowCxV3Page
The Page on which the utterance was spoken. Only name and displayName will be set.
SessionParameters map[string]string
The session parameters available to the bot at this point.
Status GoogleRpcStatus
Response error from the agent in the test result. If set, other output is empty.
TextResponses []GoogleCloudDialogflowCxV3ResponseMessageText
The text responses from the agent for the turn.
TriggeredIntent GoogleCloudDialogflowCxV3Intent
The Intent that triggered the response. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String,String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
currentPage GoogleCloudDialogflowCxV3Page
The Page on which the utterance was spoken. Only name and displayName will be set.
sessionParameters Map<String,String>
The session parameters available to the bot at this point.
status GoogleRpcStatus
Response error from the agent in the test result. If set, other output is empty.
textResponses List<GoogleCloudDialogflowCxV3ResponseMessageText>
The text responses from the agent for the turn.
triggeredIntent GoogleCloudDialogflowCxV3Intent
The Intent that triggered the response. Only name and displayName will be set.
diagnosticInfo This property is required. {[key: string]: string}
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
currentPage GoogleCloudDialogflowCxV3Page
The Page on which the utterance was spoken. Only name and displayName will be set.
sessionParameters {[key: string]: string}
The session parameters available to the bot at this point.
status GoogleRpcStatus
Response error from the agent in the test result. If set, other output is empty.
textResponses GoogleCloudDialogflowCxV3ResponseMessageText[]
The text responses from the agent for the turn.
triggeredIntent GoogleCloudDialogflowCxV3Intent
The Intent that triggered the response. Only name and displayName will be set.
diagnostic_info This property is required. Mapping[str, str]
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
current_page GoogleCloudDialogflowCxV3Page
The Page on which the utterance was spoken. Only name and displayName will be set.
session_parameters Mapping[str, str]
The session parameters available to the bot at this point.
status GoogleRpcStatus
Response error from the agent in the test result. If set, other output is empty.
text_responses Sequence[GoogleCloudDialogflowCxV3ResponseMessageText]
The text responses from the agent for the turn.
triggered_intent GoogleCloudDialogflowCxV3Intent
The Intent that triggered the response. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
currentPage Property Map
The Page on which the utterance was spoken. Only name and displayName will be set.
sessionParameters Map<String>
The session parameters available to the bot at this point.
status Property Map
Response error from the agent in the test result. If set, other output is empty.
textResponses List<Property Map>
The text responses from the agent for the turn.
triggeredIntent Property Map
The Intent that triggered the response. Only name and displayName will be set.

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse
, GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponseArgs

CurrentPage This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
DiagnosticInfo This property is required. Dictionary<string, string>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Differences This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestRunDifferenceResponse>
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
SessionParameters This property is required. Dictionary<string, string>
The session parameters available to the bot at this point.
Status This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
TextResponses This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextResponse>
The text responses from the agent for the turn.
TriggeredIntent This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
CurrentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
DiagnosticInfo This property is required. map[string]string
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Differences This property is required. []GoogleCloudDialogflowCxV3TestRunDifferenceResponse
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
SessionParameters This property is required. map[string]string
The session parameters available to the bot at this point.
Status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
TextResponses This property is required. []GoogleCloudDialogflowCxV3ResponseMessageTextResponse
The text responses from the agent for the turn.
TriggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String,String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
sessionParameters This property is required. Map<String,String>
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>
The text responses from the agent for the turn.
triggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. {[key: string]: string}
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. GoogleCloudDialogflowCxV3TestRunDifferenceResponse[]
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
sessionParameters This property is required. {[key: string]: string}
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse[]
The text responses from the agent for the turn.
triggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
current_page This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnostic_info This property is required. Mapping[str, str]
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. Sequence[GoogleCloudDialogflowCxV3TestRunDifferenceResponse]
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
session_parameters This property is required. Mapping[str, str]
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
text_responses This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageTextResponse]
The text responses from the agent for the turn.
triggered_intent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. Property Map
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. List<Property Map>
If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
sessionParameters This property is required. Map<String>
The session parameters available to the bot at this point.
status This property is required. Property Map
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. List<Property Map>
The text responses from the agent for the turn.
triggeredIntent This property is required. Property Map
The Intent that triggered the response. Only name and displayName will be set.

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 This property is required. 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 This property is required. string
The type of the connected data store.
DataStore This property is required. 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 This property is required. string
The type of the connected data store.
dataStore This property is required. 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 This property is required. String
The type of the connected data store.
dataStore This property is required. 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 This property is required. string
The type of the connected data store.
data_store This property is required. 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 This property is required. str
The type of the connected data store.
dataStore This property is required. 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 This property is required. String
The type of the connected data store.

GoogleCloudDialogflowCxV3DtmfInput
, GoogleCloudDialogflowCxV3DtmfInputArgs

Digits string
The dtmf digits.
FinishDigit string
The finish digit (if any).
Digits string
The dtmf digits.
FinishDigit string
The finish digit (if any).
digits String
The dtmf digits.
finishDigit String
The finish digit (if any).
digits string
The dtmf digits.
finishDigit string
The finish digit (if any).
digits str
The dtmf digits.
finish_digit str
The finish digit (if any).
digits String
The dtmf digits.
finishDigit String
The finish digit (if any).

GoogleCloudDialogflowCxV3DtmfInputResponse
, GoogleCloudDialogflowCxV3DtmfInputResponseArgs

Digits This property is required. string
The dtmf digits.
FinishDigit This property is required. string
The finish digit (if any).
Digits This property is required. string
The dtmf digits.
FinishDigit This property is required. string
The finish digit (if any).
digits This property is required. String
The dtmf digits.
finishDigit This property is required. String
The finish digit (if any).
digits This property is required. string
The dtmf digits.
finishDigit This property is required. string
The finish digit (if any).
digits This property is required. str
The dtmf digits.
finish_digit This property is required. str
The finish digit (if any).
digits This property is required. String
The dtmf digits.
finishDigit This property is required. String
The finish digit (if any).

GoogleCloudDialogflowCxV3EventHandler
, GoogleCloudDialogflowCxV3EventHandlerArgs

Event This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The name of the event to handle.
Name This property is required. string
The unique identifier of this event handler.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. string
The name of the event to handle.
Name This property is required. string
The unique identifier of this event handler.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. String
The name of the event to handle.
name This property is required. String
The unique identifier of this event handler.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. string
The name of the event to handle.
name This property is required. string
The unique identifier of this event handler.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. str
The name of the event to handle.
name This property is required. str
The unique identifier of this event handler.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. 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 This property is required. String
The name of the event to handle.
name This property is required. String
The unique identifier of this event handler.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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.

GoogleCloudDialogflowCxV3EventInput
, GoogleCloudDialogflowCxV3EventInputArgs

Event string
Name of the event.
Event string
Name of the event.
event String
Name of the event.
event string
Name of the event.
event str
Name of the event.
event String
Name of the event.

GoogleCloudDialogflowCxV3EventInputResponse
, GoogleCloudDialogflowCxV3EventInputResponseArgs

Event This property is required. string
Name of the event.
Event This property is required. string
Name of the event.
event This property is required. String
Name of the event.
event This property is required. string
Name of the event.
event This property is required. str
Name of the event.
event This property is required. String
Name of the event.

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 This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. 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 This property is required. 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 This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. 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 This property is required. 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 This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. 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 This property is required. string
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. 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 This property is required. str
The human-readable name of the parameter, unique within the form.
entity_type This property is required. 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 This property is required. 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 This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
RepromptEventHandlers This property is required. []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 This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Property Map
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. 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 This property is required. 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 This property is required. object
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
DisplayName This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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 This property is 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
DefaultValue This property is required. interface{}
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
DisplayName This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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 This property is 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. Object
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. string
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
isList This property is required. boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
default_value This property is required. Any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
display_name This property is required. str
The human-readable name of the parameter, unique within the form.
entity_type This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
is_list This property is required. bool
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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 This property is required. Property Map
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. Any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. 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 This property is required. Property Map
Defines fill behavior for the parameter.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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 This property is required. []GoogleCloudDialogflowCxV3FormParameterResponse
Parameters to collect from the user.
parameters This property is required. List<GoogleCloudDialogflowCxV3FormParameterResponse>
Parameters to collect from the user.
parameters This property is required. GoogleCloudDialogflowCxV3FormParameterResponse[]
Parameters to collect from the user.
parameters This property is required. Sequence[GoogleCloudDialogflowCxV3FormParameterResponse]
Parameters to collect from the user.
parameters This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
Message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additional_cases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. Property Map
Additional cases to be evaluated.
message This property is required. Property Map
Returned message.

GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse
, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponseArgs

CaseContent This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
Condition This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse
A list of case content.
Condition This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
condition This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse[]
A list of case content.
condition This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse]
A list of case content.
condition This property is required. 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 This property is required. List<Property Map>
A list of case content.
condition This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse
A list of cascading if-else conditions.
cases This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse>
A list of cascading if-else conditions.
cases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse[]
A list of cascading if-else conditions.
cases This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse]
A list of cascading if-else conditions.
cases This property is required. List<Property Map>
A list of cascading if-else conditions.

GoogleCloudDialogflowCxV3FulfillmentResponse
, GoogleCloudDialogflowCxV3FulfillmentResponseArgs

AdvancedSettings This property is required. 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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. 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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageResponse>
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. 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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
Tag This property is required. 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 This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
ConditionalCases This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3ResponseMessageResponse
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse
Set parameter values before executing the webhook.
Tag This property is required. 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 This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageResponse>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
tag This property is required. 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 This property is required. String
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse[]
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse[]
The list of rich message responses to present to the user.
returnPartialResponses This property is required. 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 This property is required. GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse[]
Set parameter values before executing the webhook.
tag This property is required. 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 This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advanced_settings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditional_cases This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse]
Conditional cases for this fulfillment.
enable_generative_fallback This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageResponse]
The list of rich message responses to present to the user.
return_partial_responses This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse]
Set parameter values before executing the webhook.
tag This property is required. 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 This property is required. str
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<Property Map>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. 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 This property is required. List<Property Map>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. 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 This property is required. List<Property Map>
Set parameter values before executing the webhook.
tag This property is required. 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 This property is required. 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 This property is required. string
Display name of the parameter.
Value This property is required. object
The new value of the parameter. A null value clears the parameter.
Parameter This property is required. string
Display name of the parameter.
Value This property is required. interface{}
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Object
The new value of the parameter. A null value clears the parameter.
parameter This property is required. string
Display name of the parameter.
value This property is required. any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. str
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.

GoogleCloudDialogflowCxV3GcsDestination
, GoogleCloudDialogflowCxV3GcsDestinationArgs

Uri This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.

GoogleCloudDialogflowCxV3InputAudioConfig
, GoogleCloudDialogflowCxV3InputAudioConfigArgs

AudioEncoding This property is required. Pulumi.GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Audio encoding of the audio content to process.
BargeInConfig Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
Model string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
ModelVariant Pulumi.GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
Optional. Which variant of the Speech model to use.
PhraseHints List<string>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
SampleRateHertz int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
AudioEncoding This property is required. GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Audio encoding of the audio content to process.
BargeInConfig GoogleCloudDialogflowCxV3BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
Model string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
ModelVariant GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
Optional. Which variant of the Speech model to use.
PhraseHints []string
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
SampleRateHertz int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Audio encoding of the audio content to process.
bargeInConfig GoogleCloudDialogflowCxV3BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo Boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model String
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
Optional. Which variant of the Speech model to use.
phraseHints List<String>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz Integer
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Audio encoding of the audio content to process.
bargeInConfig GoogleCloudDialogflowCxV3BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
Optional. Which variant of the Speech model to use.
phraseHints string[]
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audio_encoding This property is required. GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Audio encoding of the audio content to process.
barge_in_config GoogleCloudDialogflowCxV3BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
enable_word_info bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model str
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
model_variant GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
Optional. Which variant of the Speech model to use.
phrase_hints Sequence[str]
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sample_rate_hertz int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
single_utterance bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. "AUDIO_ENCODING_UNSPECIFIED" | "AUDIO_ENCODING_LINEAR_16" | "AUDIO_ENCODING_FLAC" | "AUDIO_ENCODING_MULAW" | "AUDIO_ENCODING_AMR" | "AUDIO_ENCODING_AMR_WB" | "AUDIO_ENCODING_OGG_OPUS" | "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
Audio encoding of the audio content to process.
bargeInConfig Property Map
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo Boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model String
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant "SPEECH_MODEL_VARIANT_UNSPECIFIED" | "USE_BEST_AVAILABLE" | "USE_STANDARD" | "USE_ENHANCED"
Optional. Which variant of the Speech model to use.
phraseHints List<String>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz Number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.

GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
, GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingArgs

AudioEncodingUnspecified
AUDIO_ENCODING_UNSPECIFIEDNot specified.
AudioEncodingLinear16
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
AudioEncodingFlac
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
AudioEncodingMulaw
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
AudioEncodingAmr
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
AudioEncodingAmrWb
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
AudioEncodingOggOpus
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
AudioEncodingSpeexWithHeaderByte
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingUnspecified
AUDIO_ENCODING_UNSPECIFIEDNot specified.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingLinear16
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingFlac
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingMulaw
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingAmr
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingAmrWb
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingOggOpus
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingSpeexWithHeaderByte
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.
AudioEncodingUnspecified
AUDIO_ENCODING_UNSPECIFIEDNot specified.
AudioEncodingLinear16
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
AudioEncodingFlac
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
AudioEncodingMulaw
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
AudioEncodingAmr
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
AudioEncodingAmrWb
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
AudioEncodingOggOpus
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
AudioEncodingSpeexWithHeaderByte
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.
AudioEncodingUnspecified
AUDIO_ENCODING_UNSPECIFIEDNot specified.
AudioEncodingLinear16
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
AudioEncodingFlac
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
AudioEncodingMulaw
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
AudioEncodingAmr
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
AudioEncodingAmrWb
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
AudioEncodingOggOpus
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
AudioEncodingSpeexWithHeaderByte
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.
AUDIO_ENCODING_UNSPECIFIED
AUDIO_ENCODING_UNSPECIFIEDNot specified.
AUDIO_ENCODING_LINEAR16
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
AUDIO_ENCODING_FLAC
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
AUDIO_ENCODING_MULAW
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
AUDIO_ENCODING_AMR
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
AUDIO_ENCODING_AMR_WB
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
AUDIO_ENCODING_OGG_OPUS
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.
"AUDIO_ENCODING_UNSPECIFIED"
AUDIO_ENCODING_UNSPECIFIEDNot specified.
"AUDIO_ENCODING_LINEAR_16"
AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
"AUDIO_ENCODING_FLAC"
AUDIO_ENCODING_FLACFLAC (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and 24-bit samples, however, not all fields in STREAMINFO are supported.
"AUDIO_ENCODING_MULAW"
AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
"AUDIO_ENCODING_AMR"
AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
"AUDIO_ENCODING_AMR_WB"
AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
"AUDIO_ENCODING_OGG_OPUS"
AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus). sample_rate_hertz must be 16000.
"AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.

GoogleCloudDialogflowCxV3InputAudioConfigModelVariant
, GoogleCloudDialogflowCxV3InputAudioConfigModelVariantArgs

SpeechModelVariantUnspecified
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
UseBestAvailable
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
UseStandard
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
UseEnhanced
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
GoogleCloudDialogflowCxV3InputAudioConfigModelVariantSpeechModelVariantUnspecified
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
GoogleCloudDialogflowCxV3InputAudioConfigModelVariantUseBestAvailable
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
GoogleCloudDialogflowCxV3InputAudioConfigModelVariantUseStandard
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
GoogleCloudDialogflowCxV3InputAudioConfigModelVariantUseEnhanced
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
SpeechModelVariantUnspecified
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
UseBestAvailable
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
UseStandard
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
UseEnhanced
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
SpeechModelVariantUnspecified
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
UseBestAvailable
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
UseStandard
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
UseEnhanced
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
SPEECH_MODEL_VARIANT_UNSPECIFIED
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
USE_BEST_AVAILABLE
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
USE_STANDARD
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
USE_ENHANCED
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
"SPEECH_MODEL_VARIANT_UNSPECIFIED"
SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
"USE_BEST_AVAILABLE"
USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
"USE_STANDARD"
USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
"USE_ENHANCED"
USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.

GoogleCloudDialogflowCxV3InputAudioConfigResponse
, GoogleCloudDialogflowCxV3InputAudioConfigResponseArgs

AudioEncoding This property is required. string
Audio encoding of the audio content to process.
BargeInConfig This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo This property is required. bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
Model This property is required. string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
ModelVariant This property is required. string
Optional. Which variant of the Speech model to use.
PhraseHints This property is required. List<string>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
SampleRateHertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
AudioEncoding This property is required. string
Audio encoding of the audio content to process.
BargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo This property is required. bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
Model This property is required. string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
ModelVariant This property is required. string
Optional. Which variant of the Speech model to use.
PhraseHints This property is required. []string
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
SampleRateHertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. String
Audio encoding of the audio content to process.
bargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. Boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model This property is required. String
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant This property is required. String
Optional. Which variant of the Speech model to use.
phraseHints This property is required. List<String>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz This property is required. Integer
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. string
Audio encoding of the audio content to process.
bargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model This property is required. string
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant This property is required. string
Optional. Which variant of the Speech model to use.
phraseHints This property is required. string[]
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz This property is required. number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audio_encoding This property is required. str
Audio encoding of the audio content to process.
barge_in_config This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enable_word_info This property is required. bool
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model This property is required. str
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
model_variant This property is required. str
Optional. Which variant of the Speech model to use.
phrase_hints This property is required. Sequence[str]
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sample_rate_hertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
single_utterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
audioEncoding This property is required. String
Audio encoding of the audio content to process.
bargeInConfig This property is required. Property Map
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. Boolean
Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
model This property is required. String
Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
modelVariant This property is required. String
Optional. Which variant of the Speech model to use.
phraseHints This property is required. List<String>
Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
sampleRateHertz This property is required. Number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.

GoogleCloudDialogflowCxV3Intent
, GoogleCloudDialogflowCxV3IntentArgs

DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
Description string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
IsFallback bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
Labels Dictionary<string, string>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
Name string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
Parameters List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameter>
The collection of parameters associated with the intent.
Priority int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
TrainingPhrases List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrase>
The collection of training phrases the agent is trained on to identify the intent.
DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
Description string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
IsFallback bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
Labels map[string]string
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
Name string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
Parameters []GoogleCloudDialogflowCxV3IntentParameter
The collection of parameters associated with the intent.
Priority int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
TrainingPhrases []GoogleCloudDialogflowCxV3IntentTrainingPhrase
The collection of training phrases the agent is trained on to identify the intent.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
description String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
isFallback Boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels Map<String,String>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name String
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters List<GoogleCloudDialogflowCxV3IntentParameter>
The collection of parameters associated with the intent.
priority Integer
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases List<GoogleCloudDialogflowCxV3IntentTrainingPhrase>
The collection of training phrases the agent is trained on to identify the intent.
displayName This property is required. string
The human-readable name of the intent, unique within the agent.
description string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
isFallback boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels {[key: string]: string}
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters GoogleCloudDialogflowCxV3IntentParameter[]
The collection of parameters associated with the intent.
priority number
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases GoogleCloudDialogflowCxV3IntentTrainingPhrase[]
The collection of training phrases the agent is trained on to identify the intent.
display_name This property is required. str
The human-readable name of the intent, unique within the agent.
description str
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
is_fallback bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels Mapping[str, str]
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name str
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters Sequence[GoogleCloudDialogflowCxV3IntentParameter]
The collection of parameters associated with the intent.
priority int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
training_phrases Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhrase]
The collection of training phrases the agent is trained on to identify the intent.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
description String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
isFallback Boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels Map<String>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name String
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters List<Property Map>
The collection of parameters associated with the intent.
priority Number
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases List<Property Map>
The collection of training phrases the agent is trained on to identify the intent.

GoogleCloudDialogflowCxV3IntentInput
, GoogleCloudDialogflowCxV3IntentInputArgs

Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. str
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.

GoogleCloudDialogflowCxV3IntentInputResponse
, GoogleCloudDialogflowCxV3IntentInputResponseArgs

Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. str
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.

GoogleCloudDialogflowCxV3IntentParameter
, GoogleCloudDialogflowCxV3IntentParameterArgs

EntityType This property is required. 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.
Id This property is required. string
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.
EntityType This property is required. 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.
Id This property is required. string
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.
entityType This property is required. 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.
id This property is required. String
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.
entityType This property is required. 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.
id This property is required. string
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.
entity_type This property is required. 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.
id This property is required. str
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.
entityType This property is required. 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.
id This property is required. String
The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
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.

GoogleCloudDialogflowCxV3IntentParameterResponse
, GoogleCloudDialogflowCxV3IntentParameterResponseArgs

EntityType This property is required. 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.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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.
EntityType This property is required. 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.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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.
entityType This property is required. 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.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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.
entityType This property is required. 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.
isList This property is required. boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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.
entity_type This property is required. 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.
is_list This property is required. bool
Indicates whether the parameter represents a list of values.
redact This property is required. 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.
entityType This property is required. 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.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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.

GoogleCloudDialogflowCxV3IntentResponse
, GoogleCloudDialogflowCxV3IntentResponseArgs

Description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
IsFallback This property is required. bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
Labels This property is required. Dictionary<string, string>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
Name This property is required. string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
Parameters This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterResponse>
The collection of parameters associated with the intent.
Priority This property is required. int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
TrainingPhrases This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse>
The collection of training phrases the agent is trained on to identify the intent.
Description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
IsFallback This property is required. bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
Labels This property is required. map[string]string
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
Name This property is required. string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
Parameters This property is required. []GoogleCloudDialogflowCxV3IntentParameterResponse
The collection of parameters associated with the intent.
Priority This property is required. int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
TrainingPhrases This property is required. []GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
isFallback This property is required. Boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels This property is required. Map<String,String>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name This property is required. String
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters This property is required. List<GoogleCloudDialogflowCxV3IntentParameterResponse>
The collection of parameters associated with the intent.
priority This property is required. Integer
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases This property is required. List<GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse>
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. string
The human-readable name of the intent, unique within the agent.
isFallback This property is required. boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels This property is required. {[key: string]: string}
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name This property is required. string
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters This property is required. GoogleCloudDialogflowCxV3IntentParameterResponse[]
The collection of parameters associated with the intent.
priority This property is required. number
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases This property is required. GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse[]
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. str
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
display_name This property is required. str
The human-readable name of the intent, unique within the agent.
is_fallback This property is required. bool
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels This property is required. Mapping[str, str]
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name This property is required. str
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters This property is required. Sequence[GoogleCloudDialogflowCxV3IntentParameterResponse]
The collection of parameters associated with the intent.
priority This property is required. int
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
training_phrases This property is required. Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse]
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
isFallback This property is required. Boolean
Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
labels This property is required. Map<String>
The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
name This property is required. String
The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
parameters This property is required. List<Property Map>
The collection of parameters associated with the intent.
priority This property is required. Number
The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
trainingPhrases This property is required. List<Property Map>
The collection of training phrases the agent is trained on to identify the intent.

GoogleCloudDialogflowCxV3IntentTrainingPhrase
, GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs

Parts This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
RepeatCount int
Indicates how many times this example was added to the intent.
Parts This property is required. []GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
RepeatCount int
Indicates how many times this example was added to the intent.
parts This property is required. List<GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount Integer
Indicates how many times this example was added to the intent.
parts This property is required. GoogleCloudDialogflowCxV3IntentTrainingPhrasePart[]
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount number
Indicates how many times this example was added to the intent.
parts This property is required. Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhrasePart]
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeat_count int
Indicates how many times this example was added to the intent.
parts This property is required. List<Property Map>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount Number
Indicates how many times this example was added to the intent.

GoogleCloudDialogflowCxV3IntentTrainingPhrasePart
, GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs

Text This property is required. string
The text for this part.
ParameterId string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
Text This property is required. string
The text for this part.
ParameterId string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.
parameterId String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. string
The text for this part.
parameterId string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. str
The text for this part.
parameter_id str
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.
parameterId String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse
, GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponseArgs

ParameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
Text This property is required. string
The text for this part.
ParameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
Text This property is required. string
The text for this part.
parameterId This property is required. String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.
parameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. string
The text for this part.
parameter_id This property is required. str
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. str
The text for this part.
parameterId This property is required. String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.

GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse
, GoogleCloudDialogflowCxV3IntentTrainingPhraseResponseArgs

Parts This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
RepeatCount This property is required. int
Indicates how many times this example was added to the intent.
Parts This property is required. []GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
RepeatCount This property is required. int
Indicates how many times this example was added to the intent.
parts This property is required. List<GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount This property is required. Integer
Indicates how many times this example was added to the intent.
parts This property is required. GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse[]
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount This property is required. number
Indicates how many times this example was added to the intent.
parts This property is required. Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse]
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeat_count This property is required. int
Indicates how many times this example was added to the intent.
parts This property is required. List<Property Map>
The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the parameter_id field is set.
repeatCount This property is required. Number
Indicates how many times this example was added to the intent.

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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
Optional. List of related data store connections.
Enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3DataStoreConnectionResponse
Optional. List of related data store connections.
Enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
Optional. List of related data store connections.
enabled This property is required. Boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. GoogleCloudDialogflowCxV3DataStoreConnectionResponse[]
Optional. List of related data store connections.
enabled This property is required. boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3DataStoreConnectionResponse]
Optional. List of related data store connections.
enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. 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 This property is required. List<Property Map>
Optional. List of related data store connections.
enabled This property is required. Boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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.

GoogleCloudDialogflowCxV3Page
, GoogleCloudDialogflowCxV3PageArgs

DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
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.
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/.
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.
DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
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.
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/.
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.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
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.
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/.
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.
displayName This property is required. string
The human-readable name of the page, unique within the flow.
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.
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/.
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.
display_name This property is required. str
The human-readable name of the page, unique within the flow.
advanced_settings GoogleCloudDialogflowCxV3AdvancedSettings
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
entry_fulfillment GoogleCloudDialogflowCxV3Fulfillment
The fulfillment to call when the session is entering the page.
event_handlers Sequence[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.
knowledge_connector_settings GoogleCloudDialogflowCxV3KnowledgeConnectorSettings
Optional. Knowledge connector configuration.
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/.
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[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.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
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.
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/.
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.

GoogleCloudDialogflowCxV3PageResponse
, GoogleCloudDialogflowCxV3PageResponseArgs

AdvancedSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
EntryFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
EventHandlers This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerResponse>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
Form This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
KnowledgeConnectorSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
Name This property is required. 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/.
TransitionRouteGroups This property is required. 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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRouteResponse>
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.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
EntryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
EventHandlers This property is required. []GoogleCloudDialogflowCxV3EventHandlerResponse
Handlers associated with the page to handle events such as webhook errors, no match or no input.
Form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
KnowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
Name This property is required. 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/.
TransitionRouteGroups This property is required. []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 This property is required. []GoogleCloudDialogflowCxV3TransitionRouteResponse
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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. List<GoogleCloudDialogflowCxV3EventHandlerResponse>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3TransitionRouteResponse>
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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. string
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. GoogleCloudDialogflowCxV3EventHandlerResponse[]
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. 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 This property is required. GoogleCloudDialogflowCxV3TransitionRouteResponse[]
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.
advanced_settings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
display_name This property is required. str
The human-readable name of the page, unique within the flow.
entry_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
event_handlers This property is required. Sequence[GoogleCloudDialogflowCxV3EventHandlerResponse]
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledge_connector_settings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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/.
transition_route_groups This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3TransitionRouteResponse]
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.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. Property Map
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. List<Property Map>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. Property Map
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. Property Map
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. 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 This property is required. 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.

GoogleCloudDialogflowCxV3QueryInput
, GoogleCloudDialogflowCxV3QueryInputArgs

LanguageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Audio Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInput
The natural language speech audio to be processed.
Dtmf Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInput
The DTMF event to be handled.
Event Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInput
The event to be triggered.
Intent Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInput
The intent to be triggered.
Text Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInput
The natural language text to be processed.
LanguageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Audio GoogleCloudDialogflowCxV3AudioInput
The natural language speech audio to be processed.
Dtmf GoogleCloudDialogflowCxV3DtmfInput
The DTMF event to be handled.
Event GoogleCloudDialogflowCxV3EventInput
The event to be triggered.
Intent GoogleCloudDialogflowCxV3IntentInputType
The intent to be triggered.
Text GoogleCloudDialogflowCxV3TextInput
The natural language text to be processed.
languageCode This property is required. String
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
audio GoogleCloudDialogflowCxV3AudioInput
The natural language speech audio to be processed.
dtmf GoogleCloudDialogflowCxV3DtmfInput
The DTMF event to be handled.
event GoogleCloudDialogflowCxV3EventInput
The event to be triggered.
intent GoogleCloudDialogflowCxV3IntentInput
The intent to be triggered.
text GoogleCloudDialogflowCxV3TextInput
The natural language text to be processed.
languageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
audio GoogleCloudDialogflowCxV3AudioInput
The natural language speech audio to be processed.
dtmf GoogleCloudDialogflowCxV3DtmfInput
The DTMF event to be handled.
event GoogleCloudDialogflowCxV3EventInput
The event to be triggered.
intent GoogleCloudDialogflowCxV3IntentInput
The intent to be triggered.
text GoogleCloudDialogflowCxV3TextInput
The natural language text to be processed.
language_code This property is required. str
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
audio GoogleCloudDialogflowCxV3AudioInput
The natural language speech audio to be processed.
dtmf GoogleCloudDialogflowCxV3DtmfInput
The DTMF event to be handled.
event GoogleCloudDialogflowCxV3EventInput
The event to be triggered.
intent GoogleCloudDialogflowCxV3IntentInput
The intent to be triggered.
text GoogleCloudDialogflowCxV3TextInput
The natural language text to be processed.
languageCode This property is required. String
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
audio Property Map
The natural language speech audio to be processed.
dtmf Property Map
The DTMF event to be handled.
event Property Map
The event to be triggered.
intent Property Map
The intent to be triggered.
text Property Map
The natural language text to be processed.

GoogleCloudDialogflowCxV3QueryInputResponse
, GoogleCloudDialogflowCxV3QueryInputResponseArgs

Audio This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
Dtmf This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
Event This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
Intent This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
LanguageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Text This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
Audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
Dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
Event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
Intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
LanguageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
Text This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
languageCode This property is required. String
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
text This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
languageCode This property is required. string
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
text This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
language_code This property is required. str
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
text This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. Property Map
The natural language speech audio to be processed.
dtmf This property is required. Property Map
The DTMF event to be handled.
event This property is required. Property Map
The event to be triggered.
intent This property is required. Property Map
The intent to be triggered.
languageCode This property is required. String
The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
text This property is required. Property Map
The natural language text to be processed.

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 This property is required. Dictionary<string, string>
Custom metadata. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. 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 This property is required. Dictionary<string, string>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponseArgs

Segments This property is required. []GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse
Segments this audio response is composed of.
segments This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse>
Segments this audio response is composed of.
segments This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse[]
Segments this audio response is composed of.
segments This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse]
Segments this audio response is composed of.
segments This property is required. List<Property Map>
Segments this audio response is composed of.

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse
, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponseArgs

AllowPlaybackInterruption This property is required. 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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
AllowPlaybackInterruption This property is required. 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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. 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 This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. 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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. 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 This property is required. 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 This property is required. str
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. str
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. 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 This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. 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 This property is required. 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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
AllowPlaybackInterruption This property is required. 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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
allowPlaybackInterruption This property is required. 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 This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.
allowPlaybackInterruption This property is required. 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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
text This property is required. string
The raw text to be synthesized.
allow_playback_interruption This property is required. 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 This property is required. str
The SSML text to be synthesized. For more information, see SSML.
text This property is required. str
The raw text to be synthesized.
allowPlaybackInterruption This property is required. 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 This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.

GoogleCloudDialogflowCxV3ResponseMessagePlayAudio
, GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs

AudioUri This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. 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 This property is required. 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 This property is required. Dictionary<string, string>
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. 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 This property is required. string
Response type.
TelephonyTransferCall This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
Channel This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. 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 This property is required. 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 This property is required. map[string]string
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. 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 This property is required. string
Response type.
TelephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. 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 This property is required. 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 This property is required. Map<String,String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. 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 This property is required. String
Response type.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. 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 This property is required. 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 This property is required. {[key: string]: string}
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. 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 This property is required. string
Response type.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
end_interaction This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
live_agent_handoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixed_audio This property is required. 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 This property is required. 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 This property is required. Mapping[str, str]
Returns a response containing a custom, platform-specific payload.
play_audio This property is required. 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 This property is required. str
Response type.
telephony_transfer_call This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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 This property is required. Property Map
Indicates that the conversation succeeded.
endInteraction This property is required. 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 This property is required. Property Map
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. Property Map
Hands off conversation to a human agent.
mixedAudio This property is required. 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 This property is required. 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 This property is required. Map<String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. 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 This property is required. String
Response type.
telephonyTransferCall This property is required. Property Map
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. 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 This property is required. string
Transfer the call to a phone number in E.164 format.
PhoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phone_number This property is required. str
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.

GoogleCloudDialogflowCxV3ResponseMessageText
, GoogleCloudDialogflowCxV3ResponseMessageTextArgs

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

GoogleCloudDialogflowCxV3ResponseMessageTextResponse
, GoogleCloudDialogflowCxV3ResponseMessageTextResponseArgs

AllowPlaybackInterruption This property is required. 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 This property is required. List<string>
A collection of text responses.
AllowPlaybackInterruption This property is required. 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 This property is required. []string
A collection of text responses.
allowPlaybackInterruption This property is required. 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 This property is required. List<String>
A collection of text responses.
allowPlaybackInterruption This property is required. 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 This property is required. string[]
A collection of text responses.
allow_playback_interruption This property is required. 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 This property is required. Sequence[str]
A collection of text responses.
allowPlaybackInterruption This property is required. 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 This property is required. List<String>
A collection of text responses.

GoogleCloudDialogflowCxV3TestCaseResult
, GoogleCloudDialogflowCxV3TestCaseResultArgs

ConversationTurns List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurn>
The conversation turns uttered during the test case replay in chronological order.
Environment string
Environment where the test was run. If not set, it indicates the draft environment.
Name string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult Pulumi.GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3TestCaseResultTestResult
Whether the test case passed in the agent environment.
TestTime string
The time that the test was run.
ConversationTurns []GoogleCloudDialogflowCxV3ConversationTurn
The conversation turns uttered during the test case replay in chronological order.
Environment string
Environment where the test was run. If not set, it indicates the draft environment.
Name string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult GoogleCloudDialogflowCxV3TestCaseResultTestResult
Whether the test case passed in the agent environment.
TestTime string
The time that the test was run.
conversationTurns List<GoogleCloudDialogflowCxV3ConversationTurn>
The conversation turns uttered during the test case replay in chronological order.
environment String
Environment where the test was run. If not set, it indicates the draft environment.
name String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult GoogleCloudDialogflowCxV3TestCaseResultTestResult
Whether the test case passed in the agent environment.
testTime String
The time that the test was run.
conversationTurns GoogleCloudDialogflowCxV3ConversationTurn[]
The conversation turns uttered during the test case replay in chronological order.
environment string
Environment where the test was run. If not set, it indicates the draft environment.
name string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult GoogleCloudDialogflowCxV3TestCaseResultTestResult
Whether the test case passed in the agent environment.
testTime string
The time that the test was run.
conversation_turns Sequence[GoogleCloudDialogflowCxV3ConversationTurn]
The conversation turns uttered during the test case replay in chronological order.
environment str
Environment where the test was run. If not set, it indicates the draft environment.
name str
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
test_result GoogleCloudDialogflowCxV3TestCaseResultTestResult
Whether the test case passed in the agent environment.
test_time str
The time that the test was run.
conversationTurns List<Property Map>
The conversation turns uttered during the test case replay in chronological order.
environment String
Environment where the test was run. If not set, it indicates the draft environment.
name String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult "TEST_RESULT_UNSPECIFIED" | "PASSED" | "FAILED"
Whether the test case passed in the agent environment.
testTime String
The time that the test was run.

GoogleCloudDialogflowCxV3TestCaseResultResponse
, GoogleCloudDialogflowCxV3TestCaseResultResponseArgs

ConversationTurns This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnResponse>
The conversation turns uttered during the test case replay in chronological order.
Environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
Name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult This property is required. string
Whether the test case passed in the agent environment.
TestTime This property is required. string
The time that the test was run.
ConversationTurns This property is required. []GoogleCloudDialogflowCxV3ConversationTurnResponse
The conversation turns uttered during the test case replay in chronological order.
Environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
Name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult This property is required. string
Whether the test case passed in the agent environment.
TestTime This property is required. string
The time that the test was run.
conversationTurns This property is required. List<GoogleCloudDialogflowCxV3ConversationTurnResponse>
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. String
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. String
Whether the test case passed in the agent environment.
testTime This property is required. String
The time that the test was run.
conversationTurns This property is required. GoogleCloudDialogflowCxV3ConversationTurnResponse[]
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. string
Whether the test case passed in the agent environment.
testTime This property is required. string
The time that the test was run.
conversation_turns This property is required. Sequence[GoogleCloudDialogflowCxV3ConversationTurnResponse]
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. str
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. str
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
test_result This property is required. str
Whether the test case passed in the agent environment.
test_time This property is required. str
The time that the test was run.
conversationTurns This property is required. List<Property Map>
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. String
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. String
Whether the test case passed in the agent environment.
testTime This property is required. String
The time that the test was run.

GoogleCloudDialogflowCxV3TestCaseResultTestResult
, GoogleCloudDialogflowCxV3TestCaseResultTestResultArgs

TestResultUnspecified
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
Passed
PASSEDThe test passed.
Failed
FAILEDThe test did not pass.
GoogleCloudDialogflowCxV3TestCaseResultTestResultTestResultUnspecified
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
GoogleCloudDialogflowCxV3TestCaseResultTestResultPassed
PASSEDThe test passed.
GoogleCloudDialogflowCxV3TestCaseResultTestResultFailed
FAILEDThe test did not pass.
TestResultUnspecified
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
Passed
PASSEDThe test passed.
Failed
FAILEDThe test did not pass.
TestResultUnspecified
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
Passed
PASSEDThe test passed.
Failed
FAILEDThe test did not pass.
TEST_RESULT_UNSPECIFIED
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
PASSED
PASSEDThe test passed.
FAILED
FAILEDThe test did not pass.
"TEST_RESULT_UNSPECIFIED"
TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
"PASSED"
PASSEDThe test passed.
"FAILED"
FAILEDThe test did not pass.

GoogleCloudDialogflowCxV3TestConfig
, GoogleCloudDialogflowCxV3TestConfigArgs

Flow string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters List<string>
Session parameters to be compared when calculating differences.
Flow string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters []string
Session parameters to be compared when calculating differences.
flow String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters List<String>
Session parameters to be compared when calculating differences.
flow string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters string[]
Session parameters to be compared when calculating differences.
flow str
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page str
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
tracking_parameters Sequence[str]
Session parameters to be compared when calculating differences.
flow String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters List<String>
Session parameters to be compared when calculating differences.

GoogleCloudDialogflowCxV3TestConfigResponse
, GoogleCloudDialogflowCxV3TestConfigResponseArgs

Flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters This property is required. List<string>
Session parameters to be compared when calculating differences.
Flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters This property is required. []string
Session parameters to be compared when calculating differences.
flow This property is required. String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. List<String>
Session parameters to be compared when calculating differences.
flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. string[]
Session parameters to be compared when calculating differences.
flow This property is required. str
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. str
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
tracking_parameters This property is required. Sequence[str]
Session parameters to be compared when calculating differences.
flow This property is required. String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. List<String>
Session parameters to be compared when calculating differences.

GoogleCloudDialogflowCxV3TestRunDifferenceResponse
, GoogleCloudDialogflowCxV3TestRunDifferenceResponseArgs

Description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
Type This property is required. string
The type of diff.
Description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
Type This property is required. string
The type of diff.
description This property is required. String
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. String
The type of diff.
description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. string
The type of diff.
description This property is required. str
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. str
The type of diff.
description This property is required. String
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. String
The type of diff.

GoogleCloudDialogflowCxV3TextInput
, GoogleCloudDialogflowCxV3TextInputArgs

Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. str
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

GoogleCloudDialogflowCxV3TextInputResponse
, GoogleCloudDialogflowCxV3TextInputResponseArgs

Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. str
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

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 This property is required. 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 This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. 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 This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. 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 This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. 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 This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. 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 This property is required. 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 This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. 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 This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 This property is required. string
The unique identifier of this transition route.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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 This property is required. 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 This property is required. str
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 This property is required. str
The unique identifier of this transition route.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. 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 This property is required. 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 This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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.

GoogleRpcStatus
, GoogleRpcStatusArgs

Code int
The status code, which should be an enum value of google.rpc.Code.
Details List<ImmutableDictionary<string, string>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Code int
The status code, which should be an enum value of google.rpc.Code.
Details []map[string]string
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code Integer
The status code, which should be an enum value of google.rpc.Code.
details List<Map<String,String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code number
The status code, which should be an enum value of google.rpc.Code.
details {[key: string]: string}[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code int
The status code, which should be an enum value of google.rpc.Code.
details Sequence[Mapping[str, str]]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message str
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code Number
The status code, which should be an enum value of google.rpc.Code.
details List<Map<String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

GoogleRpcStatusResponse
, GoogleRpcStatusResponseArgs

Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. List<ImmutableDictionary<string, string>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. []map[string]string
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. Integer
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String,String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. {[key: string]: string}[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
details This property is required. Sequence[Mapping[str, str]]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. str
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
code This property is required. Number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. List<Map<String>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
message This property is required. String
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

Package Details

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

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