public static interface Intent.Message.BasicCard.ButtonOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent.Message.BasicCard.Button.OpenUriAction |
getOpenUriAction()
Required.
|
Intent.Message.BasicCard.Button.OpenUriActionOrBuilder |
getOpenUriActionOrBuilder()
Required.
|
String |
getTitle()
Required.
|
com.google.protobuf.ByteString |
getTitleBytes()
Required.
|
boolean |
hasOpenUriAction()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
Required. The title of the button.
string title = 1;com.google.protobuf.ByteString getTitleBytes()
Required. The title of the button.
string title = 1;boolean hasOpenUriAction()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2;
Intent.Message.BasicCard.Button.OpenUriAction getOpenUriAction()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2;
Intent.Message.BasicCard.Button.OpenUriActionOrBuilder getOpenUriActionOrBuilder()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2;
Copyright © 2023 Google LLC. All rights reserved.