Class CreateCustomClassRequest
Message sent by the client for the CreateCustomClass
method.
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class CreateCustomClassRequest : IDirectResponseSchema
Properties
CustomClass
Required. The custom class to create.
Declaration
[JsonProperty("customClass")]
public virtual CustomClass CustomClass { get; set; }
Property Value
Type | Description |
---|---|
CustomClass |
CustomClassId
Required. The ID to use for the custom class, which will become the final component of the custom class' resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.
Declaration
[JsonProperty("customClassId")]
public virtual string CustomClassId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |