1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v3beta1
  6. Agent

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

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

google-native.dialogflow/v3beta1.Agent

Explore with Pulumi AI

google-native logo

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

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

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

    Create Agent Resource

    new Agent(name: string, args: AgentArgs, opts?: CustomResourceOptions);
    @overload
    def Agent(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              advanced_settings: Optional[GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs] = None,
              answer_feedback_settings: Optional[GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsArgs] = None,
              avatar_uri: Optional[str] = None,
              default_language_code: Optional[str] = None,
              description: Optional[str] = None,
              display_name: Optional[str] = None,
              enable_spell_correction: Optional[bool] = None,
              enable_stackdriver_logging: Optional[bool] = None,
              gen_app_builder_settings: Optional[GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsArgs] = None,
              git_integration_settings: Optional[GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsArgs] = None,
              location: Optional[str] = None,
              locked: Optional[bool] = None,
              name: Optional[str] = None,
              project: Optional[str] = None,
              security_settings: Optional[str] = None,
              speech_to_text_settings: Optional[GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsArgs] = None,
              start_flow: Optional[str] = None,
              supported_language_codes: Optional[Sequence[str]] = None,
              text_to_speech_settings: Optional[GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsArgs] = None,
              time_zone: Optional[str] = None)
    @overload
    def Agent(resource_name: str,
              args: AgentArgs,
              opts: Optional[ResourceOptions] = None)
    func NewAgent(ctx *Context, name string, args AgentArgs, opts ...ResourceOption) (*Agent, error)
    public Agent(string name, AgentArgs args, CustomResourceOptions? opts = null)
    public Agent(String name, AgentArgs args)
    public Agent(String name, AgentArgs args, CustomResourceOptions options)
    
    type: google-native:dialogflow/v3beta1:Agent
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AgentArgs
    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 AgentArgs
    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 AgentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AgentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AgentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Agent Resource Properties

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

    Inputs

    The Agent resource accepts the following input properties:

    DefaultLanguageCode string
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    DisplayName string
    The human-readable name of the agent, unique within the location.
    TimeZone string
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettings
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    AnswerFeedbackSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings
    Optional. Answer feedback collection settings.
    AvatarUri string
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    Description string
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    EnableSpellCorrection bool
    Indicates if automatic spell correction is enabled in detect intent requests.
    EnableStackdriverLogging bool
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    GenAppBuilderSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
    Gen App Builder-related agent-level settings.
    GitIntegrationSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
    Git integration settings for this agent.
    Location string
    Locked bool
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    Name string
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    Project string
    SecuritySettings string
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    SpeechToTextSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1SpeechToTextSettings
    Speech recognition related settings.
    StartFlow string
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    SupportedLanguageCodes List<string>
    The list of all languages supported by the agent (except for the default_language_code).
    TextToSpeechSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
    Settings on instructing the speech synthesizer on how to generate the output audio content.
    DefaultLanguageCode string
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    DisplayName string
    The human-readable name of the agent, unique within the location.
    TimeZone string
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    AdvancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    AnswerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsArgs
    Optional. Answer feedback collection settings.
    AvatarUri string
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    Description string
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    EnableSpellCorrection bool
    Indicates if automatic spell correction is enabled in detect intent requests.
    EnableStackdriverLogging bool
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    GenAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsArgs
    Gen App Builder-related agent-level settings.
    GitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsArgs
    Git integration settings for this agent.
    Location string
    Locked bool
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    Name string
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    Project string
    SecuritySettings string
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    SpeechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsArgs
    Speech recognition related settings.
    StartFlow string
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    SupportedLanguageCodes []string
    The list of all languages supported by the agent (except for the default_language_code).
    TextToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsArgs
    Settings on instructing the speech synthesizer on how to generate the output audio content.
    defaultLanguageCode String
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    displayName String
    The human-readable name of the agent, unique within the location.
    timeZone String
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    advancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettings
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    answerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings
    Optional. Answer feedback collection settings.
    avatarUri String
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    description String
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    enableSpellCorrection Boolean
    Indicates if automatic spell correction is enabled in detect intent requests.
    enableStackdriverLogging Boolean
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    genAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
    Gen App Builder-related agent-level settings.
    gitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
    Git integration settings for this agent.
    location String
    locked Boolean
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    name String
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    project String
    securitySettings String
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    speechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettings
    Speech recognition related settings.
    startFlow String
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    supportedLanguageCodes List<String>
    The list of all languages supported by the agent (except for the default_language_code).
    textToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
    Settings on instructing the speech synthesizer on how to generate the output audio content.
    defaultLanguageCode string
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    displayName string
    The human-readable name of the agent, unique within the location.
    timeZone string
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    advancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettings
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    answerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings
    Optional. Answer feedback collection settings.
    avatarUri string
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    description string
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    enableSpellCorrection boolean
    Indicates if automatic spell correction is enabled in detect intent requests.
    enableStackdriverLogging boolean
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    genAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
    Gen App Builder-related agent-level settings.
    gitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
    Git integration settings for this agent.
    location string
    locked boolean
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    name string
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    project string
    securitySettings string
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    speechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettings
    Speech recognition related settings.
    startFlow string
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    supportedLanguageCodes string[]
    The list of all languages supported by the agent (except for the default_language_code).
    textToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettings
    Settings on instructing the speech synthesizer on how to generate the output audio content.
    default_language_code str
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    display_name str
    The human-readable name of the agent, unique within the location.
    time_zone str
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    advanced_settings GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    answer_feedback_settings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsArgs
    Optional. Answer feedback collection settings.
    avatar_uri str
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    description str
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    enable_spell_correction bool
    Indicates if automatic spell correction is enabled in detect intent requests.
    enable_stackdriver_logging bool
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    gen_app_builder_settings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsArgs
    Gen App Builder-related agent-level settings.
    git_integration_settings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsArgs
    Git integration settings for this agent.
    location str
    locked bool
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    name str
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    project str
    security_settings str
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    speech_to_text_settings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsArgs
    Speech recognition related settings.
    start_flow str
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    supported_language_codes Sequence[str]
    The list of all languages supported by the agent (except for the default_language_code).
    text_to_speech_settings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsArgs
    Settings on instructing the speech synthesizer on how to generate the output audio content.
    defaultLanguageCode String
    Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
    displayName String
    The human-readable name of the agent, unique within the location.
    timeZone String
    The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
    advancedSettings Property Map
    Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
    answerFeedbackSettings Property Map
    Optional. Answer feedback collection settings.
    avatarUri String
    The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
    description String
    The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
    enableSpellCorrection Boolean
    Indicates if automatic spell correction is enabled in detect intent requests.
    enableStackdriverLogging Boolean
    Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
    genAppBuilderSettings Property Map
    Gen App Builder-related agent-level settings.
    gitIntegrationSettings Property Map
    Git integration settings for this agent.
    location String
    locked Boolean
    Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
    name String
    The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
    project String
    securitySettings String
    Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
    speechToTextSettings Property Map
    Speech recognition related settings.
    startFlow String
    Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
    supportedLanguageCodes List<String>
    The list of all languages supported by the agent (except for the default_language_code).
    textToSpeechSettings Property Map
    Settings on instructing the speech synthesizer on how to generate the output audio content.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Agent 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

    AudioExportGcsDestination Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestination
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    AudioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestination
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestination
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestination
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audio_export_gcs_destination GoogleCloudDialogflowCxV3beta1GcsDestination
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    logging_settings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination Property Map
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings Property Map
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings Property Map
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

    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

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

    GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponseArgs

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

    GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponseArgs

    AudioExportGcsDestination Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    DtmfSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    AudioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    LoggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audio_export_gcs_destination GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
    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 GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    logging_settings GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
    audioExportGcsDestination Property Map
    If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
    dtmfSettings Property Map
    Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
    loggingSettings Property Map
    Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

    GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings, GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsArgs

    EnableAnswerFeedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    EnableAnswerFeedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback Boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enable_answer_feedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback Boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.

    GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse, GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponseArgs

    EnableAnswerFeedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    EnableAnswerFeedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback Boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enable_answer_feedback bool
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
    enableAnswerFeedback Boolean
    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.

    GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings, GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsArgs

    Engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    Engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine String
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine str
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine String
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}

    GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse, GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponseArgs

    Engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    Engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine String
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine string
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine str
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
    engine String
    The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}

    GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings, GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsArgs

    GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings, GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettingsArgs

    AccessToken string
    The access token used to authenticate the access to the GitHub repository.
    Branches List<string>
    A list of branches configured to be used from Dialogflow.
    DisplayName string
    The unique repository display name for the GitHub repository.
    RepositoryUri string
    The GitHub repository URI related to the agent.
    TrackingBranch string
    The branch of the GitHub repository tracked for this agent.
    AccessToken string
    The access token used to authenticate the access to the GitHub repository.
    Branches []string
    A list of branches configured to be used from Dialogflow.
    DisplayName string
    The unique repository display name for the GitHub repository.
    RepositoryUri string
    The GitHub repository URI related to the agent.
    TrackingBranch string
    The branch of the GitHub repository tracked for this agent.
    accessToken String
    The access token used to authenticate the access to the GitHub repository.
    branches List<String>
    A list of branches configured to be used from Dialogflow.
    displayName String
    The unique repository display name for the GitHub repository.
    repositoryUri String
    The GitHub repository URI related to the agent.
    trackingBranch String
    The branch of the GitHub repository tracked for this agent.
    accessToken string
    The access token used to authenticate the access to the GitHub repository.
    branches string[]
    A list of branches configured to be used from Dialogflow.
    displayName string
    The unique repository display name for the GitHub repository.
    repositoryUri string
    The GitHub repository URI related to the agent.
    trackingBranch string
    The branch of the GitHub repository tracked for this agent.
    access_token str
    The access token used to authenticate the access to the GitHub repository.
    branches Sequence[str]
    A list of branches configured to be used from Dialogflow.
    display_name str
    The unique repository display name for the GitHub repository.
    repository_uri str
    The GitHub repository URI related to the agent.
    tracking_branch str
    The branch of the GitHub repository tracked for this agent.
    accessToken String
    The access token used to authenticate the access to the GitHub repository.
    branches List<String>
    A list of branches configured to be used from Dialogflow.
    displayName String
    The unique repository display name for the GitHub repository.
    repositoryUri String
    The GitHub repository URI related to the agent.
    trackingBranch String
    The branch of the GitHub repository tracked for this agent.

    GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettingsResponse, GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettingsResponseArgs

    AccessToken string
    The access token used to authenticate the access to the GitHub repository.
    Branches List<string>
    A list of branches configured to be used from Dialogflow.
    DisplayName string
    The unique repository display name for the GitHub repository.
    RepositoryUri string
    The GitHub repository URI related to the agent.
    TrackingBranch string
    The branch of the GitHub repository tracked for this agent.
    AccessToken string
    The access token used to authenticate the access to the GitHub repository.
    Branches []string
    A list of branches configured to be used from Dialogflow.
    DisplayName string
    The unique repository display name for the GitHub repository.
    RepositoryUri string
    The GitHub repository URI related to the agent.
    TrackingBranch string
    The branch of the GitHub repository tracked for this agent.
    accessToken String
    The access token used to authenticate the access to the GitHub repository.
    branches List<String>
    A list of branches configured to be used from Dialogflow.
    displayName String
    The unique repository display name for the GitHub repository.
    repositoryUri String
    The GitHub repository URI related to the agent.
    trackingBranch String
    The branch of the GitHub repository tracked for this agent.
    accessToken string
    The access token used to authenticate the access to the GitHub repository.
    branches string[]
    A list of branches configured to be used from Dialogflow.
    displayName string
    The unique repository display name for the GitHub repository.
    repositoryUri string
    The GitHub repository URI related to the agent.
    trackingBranch string
    The branch of the GitHub repository tracked for this agent.
    access_token str
    The access token used to authenticate the access to the GitHub repository.
    branches Sequence[str]
    A list of branches configured to be used from Dialogflow.
    display_name str
    The unique repository display name for the GitHub repository.
    repository_uri str
    The GitHub repository URI related to the agent.
    tracking_branch str
    The branch of the GitHub repository tracked for this agent.
    accessToken String
    The access token used to authenticate the access to the GitHub repository.
    branches List<String>
    A list of branches configured to be used from Dialogflow.
    displayName String
    The unique repository display name for the GitHub repository.
    repositoryUri String
    The GitHub repository URI related to the agent.
    trackingBranch String
    The branch of the GitHub repository tracked for this agent.

    GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse, GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponseArgs

    GoogleCloudDialogflowCxV3beta1GcsDestination, GoogleCloudDialogflowCxV3beta1GcsDestinationArgs

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

    GoogleCloudDialogflowCxV3beta1GcsDestinationResponse, GoogleCloudDialogflowCxV3beta1GcsDestinationResponseArgs

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

    GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsArgs

    EnableSpeechAdaptation bool
    Whether to use speech adaptation for speech recognition.
    EnableSpeechAdaptation bool
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation Boolean
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation boolean
    Whether to use speech adaptation for speech recognition.
    enable_speech_adaptation bool
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation Boolean
    Whether to use speech adaptation for speech recognition.

    GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse, GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponseArgs

    EnableSpeechAdaptation bool
    Whether to use speech adaptation for speech recognition.
    EnableSpeechAdaptation bool
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation Boolean
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation boolean
    Whether to use speech adaptation for speech recognition.
    enable_speech_adaptation bool
    Whether to use speech adaptation for speech recognition.
    enableSpeechAdaptation Boolean
    Whether to use speech adaptation for speech recognition.

    GoogleCloudDialogflowCxV3beta1TextToSpeechSettings, GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsArgs

    SynthesizeSpeechConfigs Dictionary<string, string>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    SynthesizeSpeechConfigs map[string]string
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs Map<String,String>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs {[key: string]: string}
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesize_speech_configs Mapping[str, str]
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs Map<String>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.

    GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse, GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponseArgs

    SynthesizeSpeechConfigs Dictionary<string, string>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    SynthesizeSpeechConfigs map[string]string
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs Map<String,String>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs {[key: string]: string}
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesize_speech_configs Mapping[str, str]
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
    synthesizeSpeechConfigs Map<String>
    Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.

    Package Details

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

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

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