View Source ExOpenAI.Components.VoiceConsentDeletedResource (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema VoiceConsentDeletedResource.

Fields

  • :deleted - required - boolean()

  • :id - required - String.t()
    The consent recording identifier.

  • :object - required - :"audio.voice_consent"
    Allowed values: "audio.voice_consent"

Summary

Types

@type t() :: %ExOpenAI.Components.VoiceConsentDeletedResource{
  deleted: boolean(),
  id: String.t(),
  object: :"audio.voice_consent"
}