Google Cloud Native v0.30.0, Apr 14 23
Google Cloud Native v0.30.0, Apr 14 23
google-native.dialogflow/v3.Agent
Explore with Pulumi AI
Creates an agent in the specified location. Note: You should always train flows prior to sending them 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[GoogleCloudDialogflowCxV3AdvancedSettingsArgs] = 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,
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[GoogleCloudDialogflowCxV3SpeechToTextSettingsArgs] = None,
start_flow: Optional[str] = None,
supported_language_codes: Optional[Sequence[str]] = None,
text_to_speech_settings: Optional[GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs] = 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)
type: google-native:dialogflow/v3: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:
- Default
Language stringCode 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 string The human-readable name of the agent, unique within the location.
- Time
Zone string The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced Settings Args Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Avatar
Uri 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.
- Enable
Spell boolCorrection Indicates if automatic spell correction is enabled in detect intent requests.
- Enable
Stackdriver boolLogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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
- Security
Settings string Name of the SecuritySettings reference for the agent. Format:
projects//locations//securitySettings/
.- Speech
To Pulumi.Text Settings Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Speech To Text Settings Args Speech recognition related settings.
- Start
Flow 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/
.- Supported
Language List<string>Codes The list of all languages supported by the agent (except for the
default_language_code
).- Text
To Pulumi.Speech Settings Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Text To Speech Settings Args Settings on instructing the speech synthesizer on how to generate the output audio content.
- Default
Language stringCode 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 string The human-readable name of the agent, unique within the location.
- Time
Zone string The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
- Advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Args Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Avatar
Uri 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.
- Enable
Spell boolCorrection Indicates if automatic spell correction is enabled in detect intent requests.
- Enable
Stackdriver boolLogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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
- Security
Settings string Name of the SecuritySettings reference for the agent. Format:
projects//locations//securitySettings/
.- Speech
To GoogleText Settings Cloud Dialogflow Cx V3Speech To Text Settings Args Speech recognition related settings.
- Start
Flow 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/
.- Supported
Language []stringCodes The list of all languages supported by the agent (except for the
default_language_code
).- Text
To GoogleSpeech Settings Cloud Dialogflow Cx V3Text To Speech Settings Args Settings on instructing the speech synthesizer on how to generate the output audio content.
- default
Language StringCode 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 String The human-readable name of the agent, unique within the location.
- time
Zone String The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Args Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- avatar
Uri 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.
- enable
Spell BooleanCorrection Indicates if automatic spell correction is enabled in detect intent requests.
- enable
Stackdriver BooleanLogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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
- security
Settings String Name of the SecuritySettings reference for the agent. Format:
projects//locations//securitySettings/
.- speech
To GoogleText Settings Cloud Dialogflow Cx V3Speech To Text Settings Args Speech recognition related settings.
- start
Flow 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/
.- supported
Language List<String>Codes The list of all languages supported by the agent (except for the
default_language_code
).- text
To GoogleSpeech Settings Cloud Dialogflow Cx V3Text To Speech Settings Args Settings on instructing the speech synthesizer on how to generate the output audio content.
- default
Language stringCode 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 string The human-readable name of the agent, unique within the location.
- time
Zone string The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Args Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- avatar
Uri 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.
- enable
Spell booleanCorrection Indicates if automatic spell correction is enabled in detect intent requests.
- enable
Stackdriver booleanLogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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
- security
Settings string Name of the SecuritySettings reference for the agent. Format:
projects//locations//securitySettings/
.- speech
To GoogleText Settings Cloud Dialogflow Cx V3Speech To Text Settings Args Speech recognition related settings.
- start
Flow 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/
.- supported
Language string[]Codes The list of all languages supported by the agent (except for the
default_language_code
).- text
To GoogleSpeech Settings Cloud Dialogflow Cx V3Text To Speech Settings Args Settings on instructing the speech synthesizer on how to generate the output audio content.
- default_
language_ strcode 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 GoogleCloud Dialogflow Cx V3Advanced Settings Args Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- 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_ boolcorrection Indicates if automatic spell correction is enabled in detect intent requests.
- enable_
stackdriver_ boollogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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_ Googletext_ settings Cloud Dialogflow Cx V3Speech To Text Settings Args 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_ Sequence[str]codes The list of all languages supported by the agent (except for the
default_language_code
).- text_
to_ Googlespeech_ settings Cloud Dialogflow Cx V3Text To Speech Settings Args Settings on instructing the speech synthesizer on how to generate the output audio content.
- default
Language StringCode 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 String The human-readable name of the agent, unique within the location.
- time
Zone String The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
- advanced
Settings Property Map Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
- avatar
Uri 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.
- enable
Spell BooleanCorrection Indicates if automatic spell correction is enabled in detect intent requests.
- enable
Stackdriver BooleanLogging Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
- 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
- security
Settings String Name of the SecuritySettings reference for the agent. Format:
projects//locations//securitySettings/
.- speech
To Property MapText Settings Speech recognition related settings.
- start
Flow 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/
.- supported
Language List<String>Codes The list of all languages supported by the agent (except for the
default_language_code
).- text
To Property MapSpeech Settings 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
GoogleCloudDialogflowCxV3AdvancedSettings
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Gcs 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
- Logging
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- Logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging_
settings GoogleCloud Dialogflow Cx V3Advanced 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 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
- logging
Settings Property Map Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
- Enable
Interaction boolLogging If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging 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.
- enable
Interaction BooleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging If true, StackDriver logging is currently enabled.
- enable
Interaction booleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver 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.
- enable
Interaction BooleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
- Enable
Interaction boolLogging If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging 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.
- enable
Interaction BooleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging If true, StackDriver logging is currently enabled.
- enable
Interaction booleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver 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.
- enable
Interaction BooleanLogging If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3AdvancedSettingsResponse
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Gcs 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
- Logging
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- Logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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
- logging_
settings GoogleCloud Dialogflow Cx V3Advanced 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 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
- logging
Settings Property Map Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
GoogleCloudDialogflowCxV3GcsDestination
- Uri string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3GcsDestinationResponse
- 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.
GoogleCloudDialogflowCxV3SpeechToTextSettings
- Enable
Speech boolAdaptation Whether to use speech adaptation for speech recognition.
- Enable
Speech boolAdaptation Whether to use speech adaptation for speech recognition.
- enable
Speech BooleanAdaptation Whether to use speech adaptation for speech recognition.
- enable
Speech booleanAdaptation Whether to use speech adaptation for speech recognition.
- enable_
speech_ booladaptation Whether to use speech adaptation for speech recognition.
- enable
Speech BooleanAdaptation Whether to use speech adaptation for speech recognition.
GoogleCloudDialogflowCxV3SpeechToTextSettingsResponse
- Enable
Speech boolAdaptation Whether to use speech adaptation for speech recognition.
- Enable
Speech boolAdaptation Whether to use speech adaptation for speech recognition.
- enable
Speech BooleanAdaptation Whether to use speech adaptation for speech recognition.
- enable
Speech booleanAdaptation Whether to use speech adaptation for speech recognition.
- enable_
speech_ booladaptation Whether to use speech adaptation for speech recognition.
- enable
Speech BooleanAdaptation Whether to use speech adaptation for speech recognition.
GoogleCloudDialogflowCxV3TextToSpeechSettings
- Synthesize
Speech Dictionary<string, string>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- Synthesize
Speech map[string]stringConfigs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech Map<String,String>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech {[key: string]: string}Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize_
speech_ Mapping[str, str]configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech Map<String>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
GoogleCloudDialogflowCxV3TextToSpeechSettingsResponse
- Synthesize
Speech Dictionary<string, string>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- Synthesize
Speech map[string]stringConfigs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech Map<String,String>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech {[key: string]: string}Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize_
speech_ Mapping[str, str]configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
- synthesize
Speech Map<String>Configs Configuration of how speech should be synthesized, mapping from language (https://dialogflow.com/docs/reference/language) to SynthesizeSpeechConfig.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0