Interface Intent.Message.ListSelectOrBuilder

    • Method Detail

      • getTitle

        String getTitle()
         Optional. The overall title of the list.
         
        string title = 1;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         Optional. The overall title of the list.
         
        string title = 1;
        Returns:
        The bytes for title.
      • getItemsList

        List<Intent.Message.ListSelect.Item> getItemsList()
         Required. List items.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
      • getItems

        Intent.Message.ListSelect.Item getItems​(int index)
         Required. List items.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
      • getItemsCount

        int getItemsCount()
         Required. List items.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
      • getItemsOrBuilder

        Intent.Message.ListSelect.ItemOrBuilder getItemsOrBuilder​(int index)
         Required. List items.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item items = 2;
      • getSubtitle

        String getSubtitle()
         Optional. Subtitle of the list.
         
        string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The subtitle.
      • getSubtitleBytes

        com.google.protobuf.ByteString getSubtitleBytes()
         Optional. Subtitle of the list.
         
        string subtitle = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for subtitle.