Values.DeepgramSpeechModelConfigSourceConfiguration settings for integrating Deepgram speech-to-text models with Amazon Lex.
type nonrec t = {apiTokenSecretArn : SecretsManagerSecretArn.t;The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
*)modelId : DeepgramModelId.t option;The identifier of the Deepgram speech-to-text model to use for processing speech input.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SecretsManagerSecretArn.t ]) list ]