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

Module for representing the OpenAI schema UpdateVoiceConsentRequest.

Fields

  • :name - required - String.t()
    The updated label for this consent recording.

Summary

Types

@type t() :: %ExOpenAI.Components.UpdateVoiceConsentRequest{name: String.t()}