public static interface Intent.Message.BasicCardOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent.Message.BasicCard.Button |
getButtons(int index)
Optional.
|
int |
getButtonsCount()
Optional.
|
List<Intent.Message.BasicCard.Button> |
getButtonsList()
Optional.
|
Intent.Message.BasicCard.ButtonOrBuilder |
getButtonsOrBuilder(int index)
Optional.
|
List<? extends Intent.Message.BasicCard.ButtonOrBuilder> |
getButtonsOrBuilderList()
Optional.
|
String |
getFormattedText()
Required, unless image is present.
|
com.google.protobuf.ByteString |
getFormattedTextBytes()
Required, unless image is present.
|
Intent.Message.Image |
getImage()
Optional.
|
Intent.Message.ImageOrBuilder |
getImageOrBuilder()
Optional.
|
String |
getSubtitle()
Optional.
|
com.google.protobuf.ByteString |
getSubtitleBytes()
Optional.
|
String |
getTitle()
Optional.
|
com.google.protobuf.ByteString |
getTitleBytes()
Optional.
|
boolean |
hasImage()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
Optional. The title of the card.
string title = 1;com.google.protobuf.ByteString getTitleBytes()
Optional. The title of the card.
string title = 1;String getSubtitle()
Optional. The subtitle of the card.
string subtitle = 2;com.google.protobuf.ByteString getSubtitleBytes()
Optional. The subtitle of the card.
string subtitle = 2;String getFormattedText()
Required, unless image is present. The body text of the card.
string formatted_text = 3;com.google.protobuf.ByteString getFormattedTextBytes()
Required, unless image is present. The body text of the card.
string formatted_text = 3;boolean hasImage()
Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;Intent.Message.Image getImage()
Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;List<Intent.Message.BasicCard.Button> getButtonsList()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
Intent.Message.BasicCard.Button getButtons(int index)
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
int getButtonsCount()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
List<? extends Intent.Message.BasicCard.ButtonOrBuilder> getButtonsOrBuilderList()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
Intent.Message.BasicCard.ButtonOrBuilder getButtonsOrBuilder(int index)
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
Copyright © 2019 Google LLC. All rights reserved.