Interface GetBuiltinIntentResponse.Builder

    • Method Detail

      • signature

        GetBuiltinIntentResponse.Builder signature​(String signature)

        The unique identifier for a built-in intent.

        Parameters:
        signature - The unique identifier for a built-in intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLocalesWithStrings

        GetBuiltinIntentResponse.Builder supportedLocalesWithStrings​(Collection<String> supportedLocales)

        A list of locales that the intent supports.

        Parameters:
        supportedLocales - A list of locales that the intent supports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLocalesWithStrings

        GetBuiltinIntentResponse.Builder supportedLocalesWithStrings​(String... supportedLocales)

        A list of locales that the intent supports.

        Parameters:
        supportedLocales - A list of locales that the intent supports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLocales

        GetBuiltinIntentResponse.Builder supportedLocales​(Collection<Locale> supportedLocales)

        A list of locales that the intent supports.

        Parameters:
        supportedLocales - A list of locales that the intent supports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLocales

        GetBuiltinIntentResponse.Builder supportedLocales​(Locale... supportedLocales)

        A list of locales that the intent supports.

        Parameters:
        supportedLocales - A list of locales that the intent supports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slots

        GetBuiltinIntentResponse.Builder slots​(Collection<BuiltinIntentSlot> slots)

        An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

        Parameters:
        slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slots

        GetBuiltinIntentResponse.Builder slots​(BuiltinIntentSlot... slots)

        An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

        Parameters:
        slots - An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.