mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-23 13:26:03 +03:00
Added transcription status field
This commit is contained in:
parent
7b80d3d542
commit
46a262a5dc
@ -277,6 +277,8 @@ type (
|
|||||||
UpdateFileMetadataRequest struct {
|
UpdateFileMetadataRequest struct {
|
||||||
ID string `json:"-"`
|
ID string `json:"-"`
|
||||||
Transcription string `json:"transcription,omitempty"`
|
Transcription string `json:"transcription,omitempty"`
|
||||||
|
// Current status of transcription process. Available values: "in_progress", "ready", "error"
|
||||||
|
TranscriptionStatus string `json:"transcription_status,omitempty"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user