GoogleApi.Speech.V1.Model.CreatePhraseSetRequest (google_api_speech v0.26.0) View Source

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 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.CreatePhraseSetRequest{
  phraseSet: GoogleApi.Speech.V1.Model.PhraseSet.t() | nil,
  phraseSetId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.