Package com.google.cloud.dialogflow.v2
Interface Intent.Message.BasicCard.ButtonOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.BasicCard.Button
,Intent.Message.BasicCard.Button.Builder
- Enclosing class:
- Intent.Message.BasicCard
public static interface Intent.Message.BasicCard.ButtonOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTitle
String getTitle()
Required. The title of the button.
string title = 1;
- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
Required. The title of the button.
string title = 1;
- Returns:
- The bytes for title.
-
hasOpenUriAction
boolean hasOpenUriAction()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the openUriAction field is set.
-
getOpenUriAction
Intent.Message.BasicCard.Button.OpenUriAction getOpenUriAction()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The openUriAction.
-
getOpenUriActionOrBuilder
Intent.Message.BasicCard.Button.OpenUriActionOrBuilder getOpenUriActionOrBuilder()
Required. Action to take when a user taps on the button.
.google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button.OpenUriAction open_uri_action = 2 [(.google.api.field_behavior) = REQUIRED];
-
-