Interface Intent.Message.TelephonySynthesizeSpeechOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Intent.Message.TelephonySynthesizeSpeech.SourceCase getSourceCase()  
      String getSsml()
      The SSML to be synthesized.
      com.google.protobuf.ByteString getSsmlBytes()
      The SSML to be synthesized.
      String getText()
      The raw text to be synthesized.
      com.google.protobuf.ByteString getTextBytes()
      The raw text to be synthesized.
      boolean hasSsml()
      The SSML to be synthesized.
      boolean hasText()
      The raw text to be synthesized.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasText

        boolean hasText()
         The raw text to be synthesized.
         
        string text = 1;
        Returns:
        Whether the text field is set.
      • getText

        String getText()
         The raw text to be synthesized.
         
        string text = 1;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
         The raw text to be synthesized.
         
        string text = 1;
        Returns:
        The bytes for text.
      • hasSsml

        boolean hasSsml()
         The SSML to be synthesized. For more information, see
         [SSML](https://developers.google.com/actions/reference/ssml).
         
        string ssml = 2;
        Returns:
        Whether the ssml field is set.
      • getSsml

        String getSsml()
         The SSML to be synthesized. For more information, see
         [SSML](https://developers.google.com/actions/reference/ssml).
         
        string ssml = 2;
        Returns:
        The ssml.
      • getSsmlBytes

        com.google.protobuf.ByteString getSsmlBytes()
         The SSML to be synthesized. For more information, see
         [SSML](https://developers.google.com/actions/reference/ssml).
         
        string ssml = 2;
        Returns:
        The bytes for ssml.