mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 12:26:06 +03:00
Merge pull request #79 from ilyavlasoff/add_transcription_status_field
Added transcription status field
This commit is contained in:
commit
021568afd8
@ -278,6 +278,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