Show / Hide Table of Contents

Class CfnBotPropsMixin.SpeechModelConfigProperty

Inheritance
object
CfnBotPropsMixin.SpeechModelConfigProperty
Implements
CfnBotPropsMixin.ISpeechModelConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-speechmodelconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-speechmodelconfig.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-speechmodelconfig.html#cfn-lex-bot-speechmodelconfig-deepgramconfig

Type union: either IResolvable or CfnBotPropsMixin.IDeepgramSpeechModelConfigProperty

Implements

CfnBotPropsMixin.ISpeechModelConfigProperty
Back to top Generated by DocFX