Interface Intent.Message.RbmCarouselCardOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.RbmCarouselCard
,Intent.Message.RbmCarouselCard.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.RbmCarouselCardOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Intent.Message.RbmCardContent
getCardContents(int index)
Required.int
getCardContentsCount()
Required.List<Intent.Message.RbmCardContent>
getCardContentsList()
Required.Intent.Message.RbmCardContentOrBuilder
getCardContentsOrBuilder(int index)
Required.List<? extends Intent.Message.RbmCardContentOrBuilder>
getCardContentsOrBuilderList()
Required.Intent.Message.RbmCarouselCard.CardWidth
getCardWidth()
Required.int
getCardWidthValue()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-