interface DeepgramSpeechModelConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.DeepgramSpeechModelConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_DeepgramSpeechModelConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.DeepgramSpeechModelConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.DeepgramSpeechModelConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » DeepgramSpeechModelConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from '@aws-cdk/cfn-property-mixins';
const deepgramSpeechModelConfigProperty: lex.CfnBotPropsMixin.DeepgramSpeechModelConfigProperty = {
apiTokenSecretArn: 'apiTokenSecretArn',
modelId: 'modelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | |
| model | string |
apiTokenSecretArn?
Type:
string
(optional)
modelId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript