Skip to content

Commit

Permalink
feature: support asr properties for tinkoff asr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamakuprina committed May 17, 2024
1 parent e1043b8 commit 2d80c1c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,11 @@ class TelephonyReactions(private val bargeInDefaultProps: BargeInProperties) : J
)
}

AsrConfig.AsrProviderType.KALDI, AsrConfig.AsrProviderType.TINKOFF -> {}
AsrConfig.AsrProviderType.KALDI, AsrConfig.AsrProviderType.TINKOFF -> {
asrConfig = asrConfig?.copy(
asrProperties = propertiesJson
)
}
}
}

Expand Down

0 comments on commit 2d80c1c

Please sign in to comment.