Class CfnBotPropsMixin.SpeechModelConfigProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.SpeechModelConfigProperty : CfnBotPropsMixin.ISpeechModelConfigProperty
Syntax (vb)
Public Class CfnBotPropsMixin.SpeechModelConfigProperty Implements CfnBotPropsMixin.ISpeechModelConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lex;
var speechModelConfigProperty = new SpeechModelConfigProperty {
DeepgramConfig = new DeepgramSpeechModelConfigProperty {
ApiTokenSecretArn = "apiTokenSecretArn",
ModelId = "modelId"
}
};
Synopsis
Constructors
| SpeechModelConfigProperty() |
Properties
| DeepgramConfig |
Constructors
SpeechModelConfigProperty()
public SpeechModelConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lex;
var speechModelConfigProperty = new SpeechModelConfigProperty {
DeepgramConfig = new DeepgramSpeechModelConfigProperty {
ApiTokenSecretArn = "apiTokenSecretArn",
ModelId = "modelId"
}
};
Properties
DeepgramConfig
public object? DeepgramConfig { get; set; }