View Source GoogleApi.Speech.V1.Model.CreatePhraseSetRequest (google_api_speech v0.28.0)
Message sent by the client for the CreatePhraseSet
method.
Attributes
-
phraseSet
(type:GoogleApi.Speech.V1.Model.PhraseSet.t
, default:nil
) - Required. The phrase set to create. -
phraseSetId
(type:String.t
, default:nil
) - Required. The ID to use for the phrase set, which will become the final component of the phrase set's 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Speech.V1.Model.CreatePhraseSetRequest{ phraseSet: GoogleApi.Speech.V1.Model.PhraseSet.t() | nil, phraseSetId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.