public static interface Intent.Message.CardOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent.Message.Card.Button |
getButtons(int index)
Optional.
|
int |
getButtonsCount()
Optional.
|
List<Intent.Message.Card.Button> |
getButtonsList()
Optional.
|
Intent.Message.Card.ButtonOrBuilder |
getButtonsOrBuilder(int index)
Optional.
|
List<? extends Intent.Message.Card.ButtonOrBuilder> |
getButtonsOrBuilderList()
Optional.
|
String |
getImageUri()
Optional.
|
ByteString |
getImageUriBytes()
Optional.
|
String |
getSubtitle()
Optional.
|
ByteString |
getSubtitleBytes()
Optional.
|
String |
getTitle()
Optional.
|
ByteString |
getTitleBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getTitle()
Optional. The title of the card.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString getTitleBytes()
Optional. The title of the card.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
String getSubtitle()
Optional. The subtitle of the card.
string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];
ByteString getSubtitleBytes()
Optional. The subtitle of the card.
string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];
String getImageUri()
Optional. The public URI to an image file for the card.
string image_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
ByteString getImageUriBytes()
Optional. The public URI to an image file for the card.
string image_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
List<Intent.Message.Card.Button> getButtonsList()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2.Intent.Message.Card.Button buttons = 4 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.Card.Button getButtons(int index)
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2.Intent.Message.Card.Button buttons = 4 [(.google.api.field_behavior) = OPTIONAL];
int getButtonsCount()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2.Intent.Message.Card.Button buttons = 4 [(.google.api.field_behavior) = OPTIONAL];
List<? extends Intent.Message.Card.ButtonOrBuilder> getButtonsOrBuilderList()
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2.Intent.Message.Card.Button buttons = 4 [(.google.api.field_behavior) = OPTIONAL];
Intent.Message.Card.ButtonOrBuilder getButtonsOrBuilder(int index)
Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2.Intent.Message.Card.Button buttons = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.