public static interface Intent.Message.RbmCardContentOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Optional.
|
ByteString |
getDescriptionBytes()
Optional.
|
Intent.Message.RbmCardContent.RbmMedia |
getMedia()
Optional.
|
Intent.Message.RbmCardContent.RbmMediaOrBuilder |
getMediaOrBuilder()
Optional.
|
Intent.Message.RbmSuggestion |
getSuggestions(int index)
Optional.
|
int |
getSuggestionsCount()
Optional.
|
List<Intent.Message.RbmSuggestion> |
getSuggestionsList()
Optional.
|
Intent.Message.RbmSuggestionOrBuilder |
getSuggestionsOrBuilder(int index)
Optional.
|
List<? extends Intent.Message.RbmSuggestionOrBuilder> |
getSuggestionsOrBuilderList()
Optional.
|
String |
getTitle()
Optional.
|
ByteString |
getTitleBytes()
Optional.
|
boolean |
hasMedia()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getTitle()
Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
string title = 1;
ByteString getTitleBytes()
Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
string title = 1;
String getDescription()
Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
string description = 2;
ByteString getDescriptionBytes()
Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
string description = 2;
boolean hasMedia()
Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia media = 3;
Intent.Message.RbmCardContent.RbmMedia getMedia()
Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia media = 3;
Intent.Message.RbmCardContent.RbmMediaOrBuilder getMediaOrBuilder()
Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia media = 3;
List<Intent.Message.RbmSuggestion> getSuggestionsList()
Optional. List of suggestions to include in the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestion suggestions = 4;
Intent.Message.RbmSuggestion getSuggestions(int index)
Optional. List of suggestions to include in the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestion suggestions = 4;
int getSuggestionsCount()
Optional. List of suggestions to include in the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestion suggestions = 4;
List<? extends Intent.Message.RbmSuggestionOrBuilder> getSuggestionsOrBuilderList()
Optional. List of suggestions to include in the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestion suggestions = 4;
Intent.Message.RbmSuggestionOrBuilder getSuggestionsOrBuilder(int index)
Optional. List of suggestions to include in the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestion suggestions = 4;
Copyright © 2022 Google LLC. All rights reserved.