Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dialogflow/v3beta1.TransitionRouteGroup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
Create TransitionRouteGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransitionRouteGroup(name: string, args: TransitionRouteGroupArgs, opts?: CustomResourceOptions);@overload
def TransitionRouteGroup(resource_name: str,
                         args: TransitionRouteGroupArgs,
                         opts: Optional[ResourceOptions] = None)
@overload
def TransitionRouteGroup(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         agent_id: Optional[str] = None,
                         display_name: Optional[str] = None,
                         flow_id: Optional[str] = None,
                         language_code: Optional[str] = None,
                         location: Optional[str] = None,
                         name: Optional[str] = None,
                         project: Optional[str] = None,
                         transition_routes: Optional[Sequence[GoogleCloudDialogflowCxV3beta1TransitionRouteArgs]] = None)func NewTransitionRouteGroup(ctx *Context, name string, args TransitionRouteGroupArgs, opts ...ResourceOption) (*TransitionRouteGroup, error)public TransitionRouteGroup(string name, TransitionRouteGroupArgs args, CustomResourceOptions? opts = null)
public TransitionRouteGroup(String name, TransitionRouteGroupArgs args)
public TransitionRouteGroup(String name, TransitionRouteGroupArgs args, CustomResourceOptions options)
type: google-native:dialogflow/v3beta1:TransitionRouteGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransitionRouteGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransitionRouteGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransitionRouteGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransitionRouteGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransitionRouteGroupArgs
- 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 google_nativeTransitionRouteGroupResource = new GoogleNative.Dialogflow.V3Beta1.TransitionRouteGroup("google-nativeTransitionRouteGroupResource", new()
{
    AgentId = "string",
    DisplayName = "string",
    FlowId = "string",
    LanguageCode = "string",
    Location = "string",
    Name = "string",
    Project = "string",
    TransitionRoutes = new[]
    {
        new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1TransitionRouteArgs
        {
            Condition = "string",
            Description = "string",
            Intent = "string",
            TargetFlow = "string",
            TargetPage = "string",
            TriggerFulfillment = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentArgs
            {
                AdvancedSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
                {
                    AudioExportGcsDestination = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
                    {
                        Uri = "string",
                    },
                    DtmfSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
                    {
                        Enabled = false,
                        FinishDigit = "string",
                        MaxDigits = 0,
                    },
                    LoggingSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
                    {
                        EnableInteractionLogging = false,
                        EnableStackdriverLogging = false,
                    },
                },
                ConditionalCases = new[]
                {
                    new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs
                    {
                        Cases = new[]
                        {
                            new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs
                            {
                                CaseContent = new[]
                                {
                                    new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs
                                    {
                                        AdditionalCases = googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
                                        Message = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
                                        {
                                            Channel = "string",
                                            ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
                                            {
                                                Metadata = 
                                                {
                                                    { "string", "string" },
                                                },
                                            },
                                            KnowledgeInfoCard = null,
                                            LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
                                            {
                                                Metadata = 
                                                {
                                                    { "string", "string" },
                                                },
                                            },
                                            OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
                                            {
                                                Ssml = "string",
                                                Text = "string",
                                            },
                                            Payload = 
                                            {
                                                { "string", "string" },
                                            },
                                            PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
                                            {
                                                AudioUri = "string",
                                            },
                                            TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
                                            {
                                                PhoneNumber = "string",
                                            },
                                            Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
                                            {
                                                Text = new[]
                                                {
                                                    "string",
                                                },
                                            },
                                        },
                                    },
                                },
                                Condition = "string",
                            },
                        },
                    },
                },
                EnableGenerativeFallback = false,
                Messages = new[]
                {
                    new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
                    {
                        Channel = "string",
                        ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
                        {
                            Metadata = 
                            {
                                { "string", "string" },
                            },
                        },
                        KnowledgeInfoCard = null,
                        LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
                        {
                            Metadata = 
                            {
                                { "string", "string" },
                            },
                        },
                        OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
                        {
                            Ssml = "string",
                            Text = "string",
                        },
                        Payload = 
                        {
                            { "string", "string" },
                        },
                        PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
                        {
                            AudioUri = "string",
                        },
                        TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
                        {
                            PhoneNumber = "string",
                        },
                        Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
                        {
                            Text = new[]
                            {
                                "string",
                            },
                        },
                    },
                },
                ReturnPartialResponses = false,
                SetParameterActions = new[]
                {
                    new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs
                    {
                        Parameter = "string",
                        Value = "any",
                    },
                },
                Tag = "string",
                Webhook = "string",
            },
        },
    },
});
example, err := dialogflowv3beta1.NewTransitionRouteGroup(ctx, "google-nativeTransitionRouteGroupResource", &dialogflowv3beta1.TransitionRouteGroupArgs{
	AgentId:      pulumi.String("string"),
	DisplayName:  pulumi.String("string"),
	FlowId:       pulumi.String("string"),
	LanguageCode: pulumi.String("string"),
	Location:     pulumi.String("string"),
	Name:         pulumi.String("string"),
	Project:      pulumi.String("string"),
	TransitionRoutes: dialogflow.GoogleCloudDialogflowCxV3beta1TransitionRouteArray{
		&dialogflow.GoogleCloudDialogflowCxV3beta1TransitionRouteArgs{
			Condition:   pulumi.String("string"),
			Description: pulumi.String("string"),
			Intent:      pulumi.String("string"),
			TargetFlow:  pulumi.String("string"),
			TargetPage:  pulumi.String("string"),
			TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentArgs{
				AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs{
					AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs{
						Uri: pulumi.String("string"),
					},
					DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs{
						Enabled:     pulumi.Bool(false),
						FinishDigit: pulumi.String("string"),
						MaxDigits:   pulumi.Int(0),
					},
					LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs{
						EnableInteractionLogging: pulumi.Bool(false),
						EnableStackdriverLogging: pulumi.Bool(false),
					},
				},
				ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArray{
					&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs{
						Cases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArray{
							&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs{
								CaseContent: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArray{
									&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs{
										AdditionalCases: pulumi.Any(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases),
										Message: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
											Channel: pulumi.String("string"),
											ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
												Metadata: pulumi.StringMap{
													"string": pulumi.String("string"),
												},
											},
											KnowledgeInfoCard: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs{},
											LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
												Metadata: pulumi.StringMap{
													"string": pulumi.String("string"),
												},
											},
											OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
												Ssml: pulumi.String("string"),
												Text: pulumi.String("string"),
											},
											Payload: pulumi.StringMap{
												"string": pulumi.String("string"),
											},
											PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
												AudioUri: pulumi.String("string"),
											},
											TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
												PhoneNumber: pulumi.String("string"),
											},
											Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
												Text: pulumi.StringArray{
													pulumi.String("string"),
												},
											},
										},
									},
								},
								Condition: pulumi.String("string"),
							},
						},
					},
				},
				EnableGenerativeFallback: pulumi.Bool(false),
				Messages: dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArray{
					&dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
						Channel: pulumi.String("string"),
						ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
							Metadata: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
						},
						KnowledgeInfoCard: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs{},
						LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
							Metadata: pulumi.StringMap{
								"string": pulumi.String("string"),
							},
						},
						OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
							Ssml: pulumi.String("string"),
							Text: pulumi.String("string"),
						},
						Payload: pulumi.StringMap{
							"string": pulumi.String("string"),
						},
						PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
							AudioUri: pulumi.String("string"),
						},
						TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
							PhoneNumber: pulumi.String("string"),
						},
						Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
							Text: pulumi.StringArray{
								pulumi.String("string"),
							},
						},
					},
				},
				ReturnPartialResponses: pulumi.Bool(false),
				SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArray{
					&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs{
						Parameter: pulumi.String("string"),
						Value:     pulumi.Any("any"),
					},
				},
				Tag:     pulumi.String("string"),
				Webhook: pulumi.String("string"),
			},
		},
	},
})
var google_nativeTransitionRouteGroupResource = new TransitionRouteGroup("google-nativeTransitionRouteGroupResource", TransitionRouteGroupArgs.builder()
    .agentId("string")
    .displayName("string")
    .flowId("string")
    .languageCode("string")
    .location("string")
    .name("string")
    .project("string")
    .transitionRoutes(GoogleCloudDialogflowCxV3beta1TransitionRouteArgs.builder()
        .condition("string")
        .description("string")
        .intent("string")
        .targetFlow("string")
        .targetPage("string")
        .triggerFulfillment(GoogleCloudDialogflowCxV3beta1FulfillmentArgs.builder()
            .advancedSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs.builder()
                .audioExportGcsDestination(GoogleCloudDialogflowCxV3beta1GcsDestinationArgs.builder()
                    .uri("string")
                    .build())
                .dtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs.builder()
                    .enabled(false)
                    .finishDigit("string")
                    .maxDigits(0)
                    .build())
                .loggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs.builder()
                    .enableInteractionLogging(false)
                    .enableStackdriverLogging(false)
                    .build())
                .build())
            .conditionalCases(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs.builder()
                .cases(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs.builder()
                    .caseContent(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs.builder()
                        .additionalCases(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases)
                        .message(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
                            .channel("string")
                            .conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
                                .metadata(Map.of("string", "string"))
                                .build())
                            .knowledgeInfoCard()
                            .liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
                                .metadata(Map.of("string", "string"))
                                .build())
                            .outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
                                .ssml("string")
                                .text("string")
                                .build())
                            .payload(Map.of("string", "string"))
                            .playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
                                .audioUri("string")
                                .build())
                            .telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
                                .phoneNumber("string")
                                .build())
                            .text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
                                .text("string")
                                .build())
                            .build())
                        .build())
                    .condition("string")
                    .build())
                .build())
            .enableGenerativeFallback(false)
            .messages(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
                .channel("string")
                .conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
                    .metadata(Map.of("string", "string"))
                    .build())
                .knowledgeInfoCard()
                .liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
                    .metadata(Map.of("string", "string"))
                    .build())
                .outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
                    .ssml("string")
                    .text("string")
                    .build())
                .payload(Map.of("string", "string"))
                .playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
                    .audioUri("string")
                    .build())
                .telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
                    .phoneNumber("string")
                    .build())
                .text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
                    .text("string")
                    .build())
                .build())
            .returnPartialResponses(false)
            .setParameterActions(GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs.builder()
                .parameter("string")
                .value("any")
                .build())
            .tag("string")
            .webhook("string")
            .build())
        .build())
    .build());
google_native_transition_route_group_resource = google_native.dialogflow.v3beta1.TransitionRouteGroup("google-nativeTransitionRouteGroupResource",
    agent_id="string",
    display_name="string",
    flow_id="string",
    language_code="string",
    location="string",
    name="string",
    project="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": [{
                "cases": [{
                    "case_content": [{
                        "additional_cases": google_cloud_dialogflow_cx_v3beta1_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",
                            },
                            "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",
                },
                "telephony_transfer_call": {
                    "phone_number": "string",
                },
                "text": {
                    "text": ["string"],
                },
            }],
            "return_partial_responses": False,
            "set_parameter_actions": [{
                "parameter": "string",
                "value": "any",
            }],
            "tag": "string",
            "webhook": "string",
        },
    }])
const google_nativeTransitionRouteGroupResource = new google_native.dialogflow.v3beta1.TransitionRouteGroup("google-nativeTransitionRouteGroupResource", {
    agentId: "string",
    displayName: "string",
    flowId: "string",
    languageCode: "string",
    location: "string",
    name: "string",
    project: "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: [{
                cases: [{
                    caseContent: [{
                        additionalCases: googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
                        message: {
                            channel: "string",
                            conversationSuccess: {
                                metadata: {
                                    string: "string",
                                },
                            },
                            knowledgeInfoCard: {},
                            liveAgentHandoff: {
                                metadata: {
                                    string: "string",
                                },
                            },
                            outputAudioText: {
                                ssml: "string",
                                text: "string",
                            },
                            payload: {
                                string: "string",
                            },
                            playAudio: {
                                audioUri: "string",
                            },
                            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",
                },
                telephonyTransferCall: {
                    phoneNumber: "string",
                },
                text: {
                    text: ["string"],
                },
            }],
            returnPartialResponses: false,
            setParameterActions: [{
                parameter: "string",
                value: "any",
            }],
            tag: "string",
            webhook: "string",
        },
    }],
});
type: google-native:dialogflow/v3beta1:TransitionRouteGroup
properties:
    agentId: string
    displayName: string
    flowId: string
    languageCode: string
    location: string
    name: string
    project: 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:
                - cases:
                    - caseContent:
                        - additionalCases: ${googleCloudDialogflowCxV3beta1FulfillmentConditionalCases}
                          message:
                            channel: string
                            conversationSuccess:
                                metadata:
                                    string: string
                            knowledgeInfoCard: {}
                            liveAgentHandoff:
                                metadata:
                                    string: string
                            outputAudioText:
                                ssml: string
                                text: string
                            payload:
                                string: string
                            playAudio:
                                audioUri: string
                            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
                  telephonyTransferCall:
                    phoneNumber: string
                  text:
                    text:
                        - string
            returnPartialResponses: false
            setParameterActions:
                - parameter: string
                  value: any
            tag: string
            webhook: string
TransitionRouteGroup 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 TransitionRouteGroup resource accepts the following input properties:
- AgentId string
- DisplayName string
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- FlowId string
- LanguageCode string
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- Location string
- Name string
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- Project string
- TransitionRoutes List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Transition Route> 
- Transition routes associated with the TransitionRouteGroup.
- AgentId string
- DisplayName string
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- FlowId string
- LanguageCode string
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- Location string
- Name string
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- Project string
- TransitionRoutes []GoogleCloud Dialogflow Cx V3beta1Transition Route Args 
- Transition routes associated with the TransitionRouteGroup.
- agentId String
- displayName String
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- flowId String
- languageCode String
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- location String
- name String
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- project String
- transitionRoutes List<GoogleCloud Dialogflow Cx V3beta1Transition Route> 
- Transition routes associated with the TransitionRouteGroup.
- agentId string
- displayName string
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- flowId string
- languageCode string
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- location string
- name string
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- project string
- transitionRoutes GoogleCloud Dialogflow Cx V3beta1Transition Route[] 
- Transition routes associated with the TransitionRouteGroup.
- agent_id str
- display_name str
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- flow_id str
- language_code str
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- location str
- name str
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- project str
- transition_routes Sequence[GoogleCloud Dialogflow Cx V3beta1Transition Route Args] 
- Transition routes associated with the TransitionRouteGroup.
- agentId String
- displayName String
- The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
- flowId String
- languageCode String
- The language of the following fields in TransitionRouteGroup: *TransitionRouteGroup.transition_routes.trigger_fulfillment.messages*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_casesIf not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
- location String
- name String
- The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- project String
- transitionRoutes List<Property Map>
- Transition routes associated with the TransitionRouteGroup.
Outputs
All input properties are implicitly available as output properties. Additionally, the TransitionRouteGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GoogleCloudDialogflowCxV3beta1AdvancedSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs            
- AudioExport Pulumi.Gcs Destination Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Gcs Destination 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Logging Settings 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- AudioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio_export_ Googlegcs_ destination Cloud Dialogflow Cx V3beta1Gcs Destination 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport Property MapGcs Destination 
- 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.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs                
- 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.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponseArgs                  
- 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.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs                
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction booleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver booleanLogging 
- If true, StackDriver logging is currently enabled.
- enable_interaction_ boollogging 
- If true, DF Interaction logging is currently enabled.
- enable_stackdriver_ boollogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponseArgs                  
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction booleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver booleanLogging 
- If true, StackDriver logging is currently enabled.
- enable_interaction_ boollogging 
- If true, DF Interaction logging is currently enabled.
- enable_stackdriver_ boollogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponseArgs              
- AudioExport Pulumi.Gcs Destination Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- AudioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio_export_ Googlegcs_ destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport Property MapGcs Destination 
- 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.
GoogleCloudDialogflowCxV3beta1Fulfillment, GoogleCloudDialogflowCxV3beta1FulfillmentArgs          
- AdvancedSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases> 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message> 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- 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.
- SetParameter List<Pulumi.Actions Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action> 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- AdvancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- 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
[]GoogleCloud Dialogflow Cx V3beta1Response Message 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- 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.
- SetParameter []GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases> 
- Conditional cases for this fulfillment.
- enableGenerative BooleanFallback 
- 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<GoogleCloud Dialogflow Cx V3beta1Response Message> 
- The list of rich message responses to present to the user.
- returnPartial BooleanResponses 
- 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.
- setParameter List<GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action> 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases[] 
- Conditional cases for this fulfillment.
- enableGenerative booleanFallback 
- 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
GoogleCloud Dialogflow Cx V3beta1Response Message[] 
- The list of rich message responses to present to the user.
- returnPartial booleanResponses 
- 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.
- setParameter GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action[] 
- Set parameter values before executing the webhook.
- tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advanced_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional_cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases] 
- Conditional cases for this fulfillment.
- enable_generative_ boolfallback 
- 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[GoogleCloud Dialogflow Cx V3beta1Response Message] 
- The list of rich message responses to present to the user.
- return_partial_ boolresponses 
- 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_ Sequence[Googleactions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action] 
- Set parameter values before executing the webhook.
- tag str
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis 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.
- enableGenerative BooleanFallback 
- 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.
- returnPartial BooleanResponses 
- 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.
- setParameter List<Property Map>Actions 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs              
- Cases
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case> 
- A list of cascading if-else conditions.
- Cases
[]GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case 
- A list of cascading if-else conditions.
- cases
List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case> 
- A list of cascading if-else conditions.
- cases
GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case[] 
- A list of cascading if-else conditions.
- cases
Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case] 
- A list of cascading if-else conditions.
- cases List<Property Map>
- A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs                
- CaseContent List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content> 
- 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 []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content 
- 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<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content> 
- 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content[] 
- 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[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content] 
- 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.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs                    
- AdditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases 
- Additional cases to be evaluated.
- Message
GoogleCloud Dialogflow Cx V3beta1Response Message 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message 
- Returned message.
- additional_cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message 
- Returned message.
- additionalCases Property Map
- Additional cases to be evaluated.
- message Property Map
- Returned message.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponseArgs                      
- AdditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- Message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additional_cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases Property Map
- Additional cases to be evaluated.
- message Property Map
- Returned message.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponseArgs                  
- CaseContent List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> 
- 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 []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response 
- 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<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> 
- 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response[] 
- 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[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response] 
- 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.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponseArgs                
- Cases
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> 
- A list of cascading if-else conditions.
- Cases
[]GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response 
- A list of cascading if-else conditions.
- cases
List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> 
- A list of cascading if-else conditions.
- cases
GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response[] 
- A list of cascading if-else conditions.
- cases
Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response] 
- A list of cascading if-else conditions.
- cases List<Property Map>
- A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3beta1FulfillmentResponse, GoogleCloudDialogflowCxV3beta1FulfillmentResponseArgs            
- AdvancedSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Response> 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- 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.
- SetParameter List<Pulumi.Actions Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- AdvancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- 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
[]GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- 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.
- SetParameter []GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> 
- Conditional cases for this fulfillment.
- enableGenerative BooleanFallback 
- 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<GoogleCloud Dialogflow Cx V3beta1Response Message Response> 
- The list of rich message responses to present to the user.
- returnPartial BooleanResponses 
- 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.
- setParameter List<GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response[] 
- Conditional cases for this fulfillment.
- enableGenerative booleanFallback 
- 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
GoogleCloud Dialogflow Cx V3beta1Response Message Response[] 
- The list of rich message responses to present to the user.
- returnPartial booleanResponses 
- 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.
- setParameter GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response[] 
- Set parameter values before executing the webhook.
- tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advanced_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional_cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response] 
- Conditional cases for this fulfillment.
- enable_generative_ boolfallback 
- 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[GoogleCloud Dialogflow Cx V3beta1Response Message Response] 
- The list of rich message responses to present to the user.
- return_partial_ boolresponses 
- 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_ Sequence[Googleactions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response] 
- Set parameter values before executing the webhook.
- tag str
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis 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.
- enableGenerative BooleanFallback 
- 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.
- returnPartial BooleanResponses 
- 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.
- setParameter List<Property Map>Actions 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction, GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs                
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse, GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponseArgs                  
GoogleCloudDialogflowCxV3beta1GcsDestination, GoogleCloudDialogflowCxV3beta1GcsDestinationArgs            
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3beta1GcsDestinationResponse, GoogleCloudDialogflowCxV3beta1GcsDestinationResponseArgs              
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3beta1ResponseMessage, GoogleCloudDialogflowCxV3beta1ResponseMessageArgs            
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Conversation Success 
- Indicates that the conversation succeeded.
- KnowledgeInfo Pulumi.Card Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent Pulumi.Handoff Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff 
- Hands off conversation to a human agent.
- OutputAudio Pulumi.Text Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Play Audio 
- 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.
- TelephonyTransfer Pulumi.Call Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success 
- Indicates that the conversation succeeded.
- KnowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff 
- Hands off conversation to a human agent.
- OutputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio 
- 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.
- TelephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
GoogleCloud Dialogflow Cx V3beta1Response Message Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success 
- Indicates that the conversation succeeded.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff 
- Hands off conversation to a human agent.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio 
- 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.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success 
- Indicates that the conversation succeeded.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff 
- Hands off conversation to a human agent.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio 
- 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.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success 
- Indicates that the conversation succeeded.
- knowledge_info_ Googlecard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live_agent_ Googlehandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff 
- Hands off conversation to a human agent.
- output_audio_ Googletext Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio 
- 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.
- telephony_transfer_ Googlecall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text 
- 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.
- knowledgeInfo Property MapCard 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent Property MapHandoff 
- Hands off conversation to a human agent.
- outputAudio Property MapText 
- 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.
- telephonyTransfer Property MapCall 
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess, GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs                
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponseArgs                  
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff, GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs                  
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponseArgs                    
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponseArgs                  
- Segments
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> 
- Segments this audio response is composed of.
- Segments
[]GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response 
- Segments this audio response is composed of.
- segments
List<GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> 
- Segments this audio response is composed of.
- segments
GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response[] 
- Segments this audio response is composed of.
- segments
Sequence[GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response] 
- Segments this audio response is composed of.
- segments List<Property Map>
- Segments this audio response is composed of.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponseArgs                    
- AllowPlayback boolInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- Audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- AllowPlayback boolInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- Audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback BooleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio String
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback booleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow_playback_ boolinterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio str
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri str
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback BooleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio String
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText, GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs                  
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponseArgs                    
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Ssml string
- The SSML text to be synthesized. For more information, see SSML.
- Text string
- The raw text to be synthesized.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Ssml string
- The SSML text to be synthesized. For more information, see SSML.
- Text string
- The raw text to be synthesized.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml String
- The SSML text to be synthesized. For more information, see SSML.
- text String
- The raw text to be synthesized.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml string
- The SSML text to be synthesized. For more information, see SSML.
- text string
- The raw text to be synthesized.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml str
- The SSML text to be synthesized. For more information, see SSML.
- text str
- The raw text to be synthesized.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml String
- The SSML text to be synthesized. For more information, see SSML.
- text String
- The raw text to be synthesized.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio, GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs                
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- audioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- audio_uri str
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse, GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponseArgs                  
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audio_uri str
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
GoogleCloudDialogflowCxV3beta1ResponseMessageResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageResponseArgs              
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- EndInteraction Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- KnowledgeInfo Pulumi.Card Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent Pulumi.Handoff Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- MixedAudio Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- 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.
- OutputAudio Pulumi.Text Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- 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.
- TelephonyTransfer Pulumi.Call Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- EndInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- KnowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- MixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- 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.
- OutputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- 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.
- TelephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- endInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- 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.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- 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.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- endInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- 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.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- 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.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- end_interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. 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_ Googlecard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live_agent_ Googlehandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixed_audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- 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_ Googletext Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- 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.
- telephony_transfer_ Googlecall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- channel String
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- conversationSuccess Property Map
- Indicates that the conversation succeeded.
- endInteraction Property Map
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo Property MapCard 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent Property MapHandoff 
- Hands off conversation to a human agent.
- mixedAudio Property Map
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- outputAudio Property MapText 
- 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.
- telephonyTransfer Property MapCall 
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall, GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs                  
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponseArgs                    
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageText, GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs              
- Text List<string>
- A collection of text responses.
- Text []string
- A collection of text responses.
- text List<String>
- A collection of text responses.
- text string[]
- A collection of text responses.
- text Sequence[str]
- A collection of text responses.
- text List<String>
- A collection of text responses.
GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponseArgs                
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Text List<string>
- A collection of text responses.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Text []string
- A collection of text responses.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text List<String>
- A collection of text responses.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text string[]
- A collection of text responses.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text Sequence[str]
- A collection of text responses.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text List<String>
- A collection of text responses.
GoogleCloudDialogflowCxV3beta1TransitionRoute, GoogleCloudDialogflowCxV3beta1TransitionRouteArgs            
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition str
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare 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_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
GoogleCloudDialogflowCxV3beta1TransitionRouteResponse, GoogleCloudDialogflowCxV3beta1TransitionRouteResponseArgs              
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Name string
- The unique identifier of this transition route.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Name string
- The unique identifier of this transition route.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name String
- The unique identifier of this transition route.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name string
- The unique identifier of this transition route.
- targetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition str
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name str
- The unique identifier of this transition route.
- target_flow str
- The target flow to transition to. Format: projects//locations//agents//flows/.
- target_page str
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- trigger_fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare 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 ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name String
- The unique identifier of this transition route.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment Property Map
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
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.