GoogleApi.Speech.V1.Model.CreateCustomClassRequest (google_api_speech v0.26.0) View Source
Message sent by the client for the CreateCustomClass
method.
Attributes
-
customClass
(type:GoogleApi.Speech.V1.Model.CustomClass.t
, default:nil
) - Required. The custom class to create. -
customClassId
(type:String.t
, default:nil
) - Required. The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should be 4-63 characters, and valid characters are /a-z-/.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Speech.V1.Model.CreateCustomClassRequest{ customClass: GoogleApi.Speech.V1.Model.CustomClass.t() | nil, customClassId: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.