Interface Intent.Message.RbmCarouselCardOrBuilder

    • Method Detail

      • getCardWidthValue

        int getCardWidthValue()
         Required. The width of the cards in the carousel.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth card_width = 1;
        Returns:
        The enum numeric value on the wire for cardWidth.
      • getCardWidth

        Intent.Message.RbmCarouselCard.CardWidth getCardWidth()
         Required. The width of the cards in the carousel.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth card_width = 1;
        Returns:
        The cardWidth.
      • getCardContentsList

        List<Intent.Message.RbmCardContent> getCardContentsList()
         Required. The cards in the carousel. A carousel must have at least
         2 cards and at most 10.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
      • getCardContents

        Intent.Message.RbmCardContent getCardContents​(int index)
         Required. The cards in the carousel. A carousel must have at least
         2 cards and at most 10.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
      • getCardContentsCount

        int getCardContentsCount()
         Required. The cards in the carousel. A carousel must have at least
         2 cards and at most 10.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
      • getCardContentsOrBuilderList

        List<? extends Intent.Message.RbmCardContentOrBuilder> getCardContentsOrBuilderList()
         Required. The cards in the carousel. A carousel must have at least
         2 cards and at most 10.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
      • getCardContentsOrBuilder

        Intent.Message.RbmCardContentOrBuilder getCardContentsOrBuilder​(int index)
         Required. The cards in the carousel. A carousel must have at least
         2 cards and at most 10.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;