Interface Ssml.Builder

    • Method Detail

      • locale

        Ssml.Builder locale​(String locale)

        The locale of the SSML message. Currently, en-US is supported.

        Parameters:
        locale - The locale of the SSML message. Currently, en-US is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale
      • locale

        Ssml.Builder locale​(Locale locale)

        The locale of the SSML message. Currently, en-US is supported.

        Parameters:
        locale - The locale of the SSML message. Currently, en-US is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale
      • value

        Ssml.Builder value​(String value)

        The value of the SSML message in the correct SSML format. The audio tag is not supported.

        Parameters:
        value - The value of the SSML message in the correct SSML format. The audio tag is not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.