interface DeepgramSpeechModelConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.DeepgramSpeechModelConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_DeepgramSpeechModelConfigProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.DeepgramSpeechModelConfigProperty |
Python | aws_cdk.aws_lex.CfnBot.DeepgramSpeechModelConfigProperty |
TypeScript | aws-cdk-lib » aws_lex » CfnBot » 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-lib';
const deepgramSpeechModelConfigProperty: lex.CfnBot.DeepgramSpeechModelConfigProperty = {
apiTokenSecretArn: 'apiTokenSecretArn',
// the properties below are optional
modelId: 'modelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | |
| model | string |
apiTokenSecretArn
Type:
string
modelId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript