telnyx 5.91.0 → 5.92.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/telnyx/models/ai/assistant_create_params.rb +227 -9
- data/lib/telnyx/models/ai/assistant_update_params.rb +227 -9
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +232 -9
- data/lib/telnyx/models/ai/inference_embedding.rb +230 -9
- data/lib/telnyx/models/calls/transcription_start_request.rb +171 -3
- data/lib/telnyx/resources/ai/assistants/versions.rb +3 -3
- data/lib/telnyx/resources/ai/assistants.rb +6 -6
- data/lib/telnyx/resources/calls/actions.rb +1 -1
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +0 -6
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +455 -12
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +455 -12
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +461 -12
- data/rbi/telnyx/models/ai/inference_embedding.rbi +452 -12
- data/rbi/telnyx/models/calls/transcription_start_request.rbi +490 -0
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +5 -3
- data/rbi/telnyx/resources/ai/assistants.rbi +10 -6
- data/rbi/telnyx/resources/calls/actions.rbi +2 -0
- data/sig/telnyx/models/ai/assistant_create_params.rbs +205 -18
- data/sig/telnyx/models/ai/assistant_update_params.rbs +205 -18
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +205 -18
- data/sig/telnyx/models/ai/inference_embedding.rbs +206 -17
- data/sig/telnyx/models/calls/transcription_start_request.rbs +187 -1
- data/sig/telnyx/resources/ai/assistants/versions.rbs +3 -3
- data/sig/telnyx/resources/ai/assistants.rbs +6 -6
- metadata +1 -19
- data/lib/telnyx/models/ai/external_llm.rb +0 -87
- data/lib/telnyx/models/ai/external_llm_req.rb +0 -87
- data/lib/telnyx/models/ai/fallback_config.rb +0 -37
- data/lib/telnyx/models/ai/fallback_config_req.rb +0 -37
- data/lib/telnyx/models/ai/post_conversation_settings.rb +0 -30
- data/lib/telnyx/models/ai/post_conversation_settings_req.rb +0 -30
- data/rbi/telnyx/models/ai/external_llm.rbi +0 -157
- data/rbi/telnyx/models/ai/external_llm_req.rbi +0 -157
- data/rbi/telnyx/models/ai/fallback_config.rbi +0 -64
- data/rbi/telnyx/models/ai/fallback_config_req.rbi +0 -64
- data/rbi/telnyx/models/ai/post_conversation_settings.rbi +0 -45
- data/rbi/telnyx/models/ai/post_conversation_settings_req.rbi +0 -45
- data/sig/telnyx/models/ai/external_llm.rbs +0 -75
- data/sig/telnyx/models/ai/external_llm_req.rbs +0 -75
- data/sig/telnyx/models/ai/fallback_config.rbs +0 -38
- data/sig/telnyx/models/ai/fallback_config_req.rbs +0 -40
- data/sig/telnyx/models/ai/post_conversation_settings.rbs +0 -17
- data/sig/telnyx/models/ai/post_conversation_settings_req.rbs +0 -17
|
@@ -27,7 +27,7 @@ module Telnyx
|
|
|
27
27
|
|
|
28
28
|
# @!attribute transcription_engine_config
|
|
29
29
|
#
|
|
30
|
-
# @return [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config, nil]
|
|
30
|
+
# @return [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config, nil]
|
|
31
31
|
optional :transcription_engine_config,
|
|
32
32
|
union: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig }
|
|
33
33
|
|
|
@@ -49,7 +49,7 @@ module Telnyx
|
|
|
49
49
|
#
|
|
50
50
|
# @param transcription_engine [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngine] Engine to use for speech recognition. Legacy values `A` - `Google`, `B` - `Telny
|
|
51
51
|
#
|
|
52
|
-
# @param transcription_engine_config [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config]
|
|
52
|
+
# @param transcription_engine_config [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config]
|
|
53
53
|
#
|
|
54
54
|
# @param transcription_tracks [String] Indicates which leg of the call will be transcribed. Use `inbound` for the leg t
|
|
55
55
|
|
|
@@ -64,6 +64,8 @@ module Telnyx
|
|
|
64
64
|
TELNYX = :Telnyx
|
|
65
65
|
DEEPGRAM = :Deepgram
|
|
66
66
|
AZURE = :Azure
|
|
67
|
+
X_AI = :xAI
|
|
68
|
+
ASSEMBLY_AI = :AssemblyAI
|
|
67
69
|
A = :A
|
|
68
70
|
B = :B
|
|
69
71
|
|
|
@@ -83,6 +85,11 @@ module Telnyx
|
|
|
83
85
|
|
|
84
86
|
variant :Azure, -> { Telnyx::Calls::TranscriptionEngineAzureConfig }
|
|
85
87
|
|
|
88
|
+
variant :xAI, -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI }
|
|
89
|
+
|
|
90
|
+
variant :AssemblyAI,
|
|
91
|
+
-> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI }
|
|
92
|
+
|
|
86
93
|
variant :A, -> { Telnyx::Calls::TranscriptionEngineAConfig }
|
|
87
94
|
|
|
88
95
|
variant :B, -> { Telnyx::Calls::TranscriptionEngineBConfig }
|
|
@@ -91,8 +98,169 @@ module Telnyx
|
|
|
91
98
|
|
|
92
99
|
variant :"deepgram/nova-3", -> { Telnyx::Calls::DeepgramNova3Config }
|
|
93
100
|
|
|
101
|
+
class XAI < Telnyx::Internal::Type::BaseModel
|
|
102
|
+
# @!attribute interim_results
|
|
103
|
+
# Whether to send also interim results. If set to false, only final results will
|
|
104
|
+
# be sent.
|
|
105
|
+
#
|
|
106
|
+
# @return [Boolean, nil]
|
|
107
|
+
optional :interim_results, Telnyx::Internal::Type::Boolean
|
|
108
|
+
|
|
109
|
+
# @!attribute language
|
|
110
|
+
# Language to use for speech recognition
|
|
111
|
+
#
|
|
112
|
+
# @return [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::Language, nil]
|
|
113
|
+
optional :language,
|
|
114
|
+
enum: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::Language }
|
|
115
|
+
|
|
116
|
+
# @!attribute transcription_engine
|
|
117
|
+
# Engine identifier for xAI transcription service
|
|
118
|
+
#
|
|
119
|
+
# @return [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionEngine, nil]
|
|
120
|
+
optional :transcription_engine,
|
|
121
|
+
enum: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionEngine }
|
|
122
|
+
|
|
123
|
+
# @!attribute transcription_model
|
|
124
|
+
# The model to use for transcription.
|
|
125
|
+
#
|
|
126
|
+
# @return [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionModel, nil]
|
|
127
|
+
optional :transcription_model,
|
|
128
|
+
enum: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionModel }
|
|
129
|
+
|
|
130
|
+
# @!method initialize(interim_results: nil, language: nil, transcription_engine: nil, transcription_model: nil)
|
|
131
|
+
# Some parameter documentations has been truncated, see
|
|
132
|
+
# {Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI}
|
|
133
|
+
# for more details.
|
|
134
|
+
#
|
|
135
|
+
# @param interim_results [Boolean] Whether to send also interim results. If set to false, only final results will b
|
|
136
|
+
#
|
|
137
|
+
# @param language [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::Language] Language to use for speech recognition
|
|
138
|
+
#
|
|
139
|
+
# @param transcription_engine [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionEngine] Engine identifier for xAI transcription service
|
|
140
|
+
#
|
|
141
|
+
# @param transcription_model [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI::TranscriptionModel] The model to use for transcription.
|
|
142
|
+
|
|
143
|
+
# Language to use for speech recognition
|
|
144
|
+
#
|
|
145
|
+
# @see Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI#language
|
|
146
|
+
module Language
|
|
147
|
+
extend Telnyx::Internal::Type::Enum
|
|
148
|
+
|
|
149
|
+
AR = :ar
|
|
150
|
+
CS = :cs
|
|
151
|
+
DA = :da
|
|
152
|
+
DE = :de
|
|
153
|
+
EN = :en
|
|
154
|
+
ES = :es
|
|
155
|
+
FA = :fa
|
|
156
|
+
FIL = :fil
|
|
157
|
+
FR = :fr
|
|
158
|
+
HI = :hi
|
|
159
|
+
ID = :id
|
|
160
|
+
IT = :it
|
|
161
|
+
JA = :ja
|
|
162
|
+
KO = :ko
|
|
163
|
+
MK = :mk
|
|
164
|
+
MS = :ms
|
|
165
|
+
NL = :nl
|
|
166
|
+
PL = :pl
|
|
167
|
+
PT = :pt
|
|
168
|
+
RO = :ro
|
|
169
|
+
RU = :ru
|
|
170
|
+
SV = :sv
|
|
171
|
+
TH = :th
|
|
172
|
+
TR = :tr
|
|
173
|
+
VI = :vi
|
|
174
|
+
|
|
175
|
+
# @!method self.values
|
|
176
|
+
# @return [Array<Symbol>]
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
# Engine identifier for xAI transcription service
|
|
180
|
+
#
|
|
181
|
+
# @see Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI#transcription_engine
|
|
182
|
+
module TranscriptionEngine
|
|
183
|
+
extend Telnyx::Internal::Type::Enum
|
|
184
|
+
|
|
185
|
+
X_AI = :xAI
|
|
186
|
+
|
|
187
|
+
# @!method self.values
|
|
188
|
+
# @return [Array<Symbol>]
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
# The model to use for transcription.
|
|
192
|
+
#
|
|
193
|
+
# @see Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI#transcription_model
|
|
194
|
+
module TranscriptionModel
|
|
195
|
+
extend Telnyx::Internal::Type::Enum
|
|
196
|
+
|
|
197
|
+
XAI_GROK_STT = :"xai/grok-stt"
|
|
198
|
+
|
|
199
|
+
# @!method self.values
|
|
200
|
+
# @return [Array<Symbol>]
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
class AssemblyAI < Telnyx::Internal::Type::BaseModel
|
|
205
|
+
# @!attribute interim_results
|
|
206
|
+
# Whether to send also interim results. If set to false, only final results will
|
|
207
|
+
# be sent.
|
|
208
|
+
#
|
|
209
|
+
# @return [Boolean, nil]
|
|
210
|
+
optional :interim_results, Telnyx::Internal::Type::Boolean
|
|
211
|
+
|
|
212
|
+
# @!attribute transcription_engine
|
|
213
|
+
# Engine identifier for AssemblyAI transcription service
|
|
214
|
+
#
|
|
215
|
+
# @return [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionEngine, nil]
|
|
216
|
+
optional :transcription_engine,
|
|
217
|
+
enum: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionEngine }
|
|
218
|
+
|
|
219
|
+
# @!attribute transcription_model
|
|
220
|
+
# The model to use for transcription.
|
|
221
|
+
#
|
|
222
|
+
# @return [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionModel, nil]
|
|
223
|
+
optional :transcription_model,
|
|
224
|
+
enum: -> { Telnyx::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionModel }
|
|
225
|
+
|
|
226
|
+
# @!method initialize(interim_results: nil, transcription_engine: nil, transcription_model: nil)
|
|
227
|
+
# Some parameter documentations has been truncated, see
|
|
228
|
+
# {Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI}
|
|
229
|
+
# for more details.
|
|
230
|
+
#
|
|
231
|
+
# @param interim_results [Boolean] Whether to send also interim results. If set to false, only final results will b
|
|
232
|
+
#
|
|
233
|
+
# @param transcription_engine [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionEngine] Engine identifier for AssemblyAI transcription service
|
|
234
|
+
#
|
|
235
|
+
# @param transcription_model [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI::TranscriptionModel] The model to use for transcription.
|
|
236
|
+
|
|
237
|
+
# Engine identifier for AssemblyAI transcription service
|
|
238
|
+
#
|
|
239
|
+
# @see Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI#transcription_engine
|
|
240
|
+
module TranscriptionEngine
|
|
241
|
+
extend Telnyx::Internal::Type::Enum
|
|
242
|
+
|
|
243
|
+
ASSEMBLY_AI = :AssemblyAI
|
|
244
|
+
|
|
245
|
+
# @!method self.values
|
|
246
|
+
# @return [Array<Symbol>]
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
# The model to use for transcription.
|
|
250
|
+
#
|
|
251
|
+
# @see Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI#transcription_model
|
|
252
|
+
module TranscriptionModel
|
|
253
|
+
extend Telnyx::Internal::Type::Enum
|
|
254
|
+
|
|
255
|
+
ASSEMBLYAI_UNIVERSAL_STREAMING = :"assemblyai/universal-streaming"
|
|
256
|
+
|
|
257
|
+
# @!method self.values
|
|
258
|
+
# @return [Array<Symbol>]
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
|
|
94
262
|
# @!method self.variants
|
|
95
|
-
# @return [Array(Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config)]
|
|
263
|
+
# @return [Array(Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config)]
|
|
96
264
|
end
|
|
97
265
|
end
|
|
98
266
|
end
|
|
@@ -57,9 +57,9 @@ module Telnyx
|
|
|
57
57
|
#
|
|
58
58
|
# @param enabled_features [Array<Symbol, Telnyx::Models::AI::EnabledFeatures>] Body param
|
|
59
59
|
#
|
|
60
|
-
# @param external_llm [Telnyx::Models::AI::
|
|
60
|
+
# @param external_llm [Telnyx::Models::AI::Assistants::UpdateAssistant::ExternalLlm] Body param
|
|
61
61
|
#
|
|
62
|
-
# @param fallback_config [Telnyx::Models::AI::
|
|
62
|
+
# @param fallback_config [Telnyx::Models::AI::Assistants::UpdateAssistant::FallbackConfig] Body param
|
|
63
63
|
#
|
|
64
64
|
# @param greeting [String] Body param: Text that the assistant will use to start the conversation. This may
|
|
65
65
|
#
|
|
@@ -77,7 +77,7 @@ module Telnyx
|
|
|
77
77
|
#
|
|
78
78
|
# @param observability_settings [Telnyx::Models::AI::ObservabilityReq] Body param
|
|
79
79
|
#
|
|
80
|
-
# @param post_conversation_settings [Telnyx::Models::AI::
|
|
80
|
+
# @param post_conversation_settings [Telnyx::Models::AI::Assistants::UpdateAssistant::PostConversationSettings] Body param: Configuration for post-conversation processing. When enabled, the as
|
|
81
81
|
#
|
|
82
82
|
# @param privacy_settings [Telnyx::Models::AI::PrivacySettings] Body param
|
|
83
83
|
#
|
|
@@ -50,9 +50,9 @@ module Telnyx
|
|
|
50
50
|
#
|
|
51
51
|
# @param enabled_features [Array<Symbol, Telnyx::Models::AI::EnabledFeatures>]
|
|
52
52
|
#
|
|
53
|
-
# @param external_llm [Telnyx::Models::AI::
|
|
53
|
+
# @param external_llm [Telnyx::Models::AI::AssistantCreateParams::ExternalLlm]
|
|
54
54
|
#
|
|
55
|
-
# @param fallback_config [Telnyx::Models::AI::
|
|
55
|
+
# @param fallback_config [Telnyx::Models::AI::AssistantCreateParams::FallbackConfig]
|
|
56
56
|
#
|
|
57
57
|
# @param greeting [String] Text that the assistant will use to start the conversation. This may be template
|
|
58
58
|
#
|
|
@@ -64,7 +64,7 @@ module Telnyx
|
|
|
64
64
|
#
|
|
65
65
|
# @param observability_settings [Telnyx::Models::AI::ObservabilityReq]
|
|
66
66
|
#
|
|
67
|
-
# @param post_conversation_settings [Telnyx::Models::AI::
|
|
67
|
+
# @param post_conversation_settings [Telnyx::Models::AI::AssistantCreateParams::PostConversationSettings] Configuration for post-conversation processing. When enabled, the assistant rece
|
|
68
68
|
#
|
|
69
69
|
# @param privacy_settings [Telnyx::Models::AI::PrivacySettings]
|
|
70
70
|
#
|
|
@@ -139,9 +139,9 @@ module Telnyx
|
|
|
139
139
|
#
|
|
140
140
|
# @param enabled_features [Array<Symbol, Telnyx::Models::AI::EnabledFeatures>]
|
|
141
141
|
#
|
|
142
|
-
# @param external_llm [Telnyx::Models::AI::
|
|
142
|
+
# @param external_llm [Telnyx::Models::AI::AssistantUpdateParams::ExternalLlm]
|
|
143
143
|
#
|
|
144
|
-
# @param fallback_config [Telnyx::Models::AI::
|
|
144
|
+
# @param fallback_config [Telnyx::Models::AI::AssistantUpdateParams::FallbackConfig]
|
|
145
145
|
#
|
|
146
146
|
# @param greeting [String] Text that the assistant will use to start the conversation. This may be template
|
|
147
147
|
#
|
|
@@ -159,7 +159,7 @@ module Telnyx
|
|
|
159
159
|
#
|
|
160
160
|
# @param observability_settings [Telnyx::Models::AI::ObservabilityReq]
|
|
161
161
|
#
|
|
162
|
-
# @param post_conversation_settings [Telnyx::Models::AI::
|
|
162
|
+
# @param post_conversation_settings [Telnyx::Models::AI::AssistantUpdateParams::PostConversationSettings] Configuration for post-conversation processing. When enabled, the assistant rece
|
|
163
163
|
#
|
|
164
164
|
# @param privacy_settings [Telnyx::Models::AI::PrivacySettings]
|
|
165
165
|
#
|
|
@@ -1256,7 +1256,7 @@ module Telnyx
|
|
|
1256
1256
|
#
|
|
1257
1257
|
# @param transcription_engine [Symbol, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngine] Engine to use for speech recognition. Legacy values `A` - `Google`, `B` - `Telny
|
|
1258
1258
|
#
|
|
1259
|
-
# @param transcription_engine_config [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config]
|
|
1259
|
+
# @param transcription_engine_config [Telnyx::Models::Calls::TranscriptionEngineGoogleConfig, Telnyx::Models::Calls::TranscriptionEngineTelnyxConfig, Telnyx::Models::Calls::TranscriptionEngineAzureConfig, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::XAI, Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngineConfig::AssemblyAI, Telnyx::Models::Calls::TranscriptionEngineAConfig, Telnyx::Models::Calls::TranscriptionEngineBConfig, Telnyx::Models::Calls::DeepgramNova2Config, Telnyx::Models::Calls::DeepgramNova3Config]
|
|
1260
1260
|
#
|
|
1261
1261
|
# @param transcription_tracks [String] Indicates which leg of the call will be transcribed. Use `inbound` for the leg t
|
|
1262
1262
|
#
|
data/lib/telnyx/version.rb
CHANGED
data/lib/telnyx.rb
CHANGED
|
@@ -256,10 +256,6 @@ require_relative "telnyx/models/ai/embedding_similarity_search_params"
|
|
|
256
256
|
require_relative "telnyx/models/ai/embedding_similarity_search_response"
|
|
257
257
|
require_relative "telnyx/models/ai/embedding_url_params"
|
|
258
258
|
require_relative "telnyx/models/ai/enabled_features"
|
|
259
|
-
require_relative "telnyx/models/ai/external_llm"
|
|
260
|
-
require_relative "telnyx/models/ai/external_llm_req"
|
|
261
|
-
require_relative "telnyx/models/ai/fallback_config"
|
|
262
|
-
require_relative "telnyx/models/ai/fallback_config_req"
|
|
263
259
|
require_relative "telnyx/models/ai/fine_tuning/fine_tuning_job"
|
|
264
260
|
require_relative "telnyx/models/ai/fine_tuning/job_cancel_params"
|
|
265
261
|
require_relative "telnyx/models/ai/fine_tuning/job_create_params"
|
|
@@ -375,8 +371,6 @@ require_relative "telnyx/models/ai/openai/embedding_create_embeddings_params"
|
|
|
375
371
|
require_relative "telnyx/models/ai/openai/embedding_create_embeddings_response"
|
|
376
372
|
require_relative "telnyx/models/ai/openai/embedding_list_embedding_models_params"
|
|
377
373
|
require_relative "telnyx/models/ai/openai/embedding_list_embedding_models_response"
|
|
378
|
-
require_relative "telnyx/models/ai/post_conversation_settings"
|
|
379
|
-
require_relative "telnyx/models/ai/post_conversation_settings_req"
|
|
380
374
|
require_relative "telnyx/models/ai/privacy_settings"
|
|
381
375
|
require_relative "telnyx/models/ai/recursive_cluster"
|
|
382
376
|
require_relative "telnyx/models/ai/retrieval_tool"
|