Interface BotGetDialogResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BotGetDialogResponse, BotGetDialogResponse.Builder
@Generated
public interface BotGetDialogResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe currently displayed dialog.The currently displayed dialog.booleanThe currently displayed dialog.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDialog
boolean hasDialog()The currently displayed dialog. Absent if no dialog is being shown.
optional .soulfire.v1.ServerDialog dialog = 1;- Returns:
- Whether the dialog field is set.
-
getDialog
ServerDialog getDialog()The currently displayed dialog. Absent if no dialog is being shown.
optional .soulfire.v1.ServerDialog dialog = 1;- Returns:
- The dialog.
-
getDialogOrBuilder
ServerDialogOrBuilder getDialogOrBuilder()The currently displayed dialog. Absent if no dialog is being shown.
optional .soulfire.v1.ServerDialog dialog = 1;
-