public static interface Intent.Message.RbmCarouselCardOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getCardWidthValue()
Required. The width of the cards in the carousel.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth card_width = 1;
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;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.