Interface ExecuteBotResponseBotOuterClass.ExecuteBotResponseBotOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteBotResponseBotOuterClass.ExecuteBotResponseBot,ExecuteBotResponseBotOuterClass.ExecuteBotResponseBot.Builder
- Enclosing class:
- ExecuteBotResponseBotOuterClass
public static interface ExecuteBotResponseBotOuterClass.ExecuteBotResponseBotOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChannelActivityBotDetectionAnalysisAlgorithmSpecification()string ChannelActivityBotDetectionAnalysisAlgorithmSpecification = 384855649;com.google.protobuf.ByteStringgetChannelActivityBotDetectionAnalysisAlgorithmSpecificationBytes()string ChannelActivityBotDetectionAnalysisAlgorithmSpecification = 384855649;com.google.protobuf.AnygetChannelActivityBotDetectionAnalysisReference().google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;com.google.protobuf.AnyOrBuildergetChannelActivityBotDetectionAnalysisReferenceOrBuilder().google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;StringgetChannelActivityBotDetectionAnalysisResult()string ChannelActivityBotDetectionAnalysisResult = 418957547;com.google.protobuf.ByteStringgetChannelActivityBotDetectionAnalysisResultBytes()string ChannelActivityBotDetectionAnalysisResult = 418957547;booleanhasChannelActivityBotDetectionAnalysisReference().google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelActivityBotDetectionAnalysisAlgorithmSpecification
String getChannelActivityBotDetectionAnalysisAlgorithmSpecification()
string ChannelActivityBotDetectionAnalysisAlgorithmSpecification = 384855649;- Returns:
- The channelActivityBotDetectionAnalysisAlgorithmSpecification.
-
getChannelActivityBotDetectionAnalysisAlgorithmSpecificationBytes
com.google.protobuf.ByteString getChannelActivityBotDetectionAnalysisAlgorithmSpecificationBytes()
string ChannelActivityBotDetectionAnalysisAlgorithmSpecification = 384855649;- Returns:
- The bytes for channelActivityBotDetectionAnalysisAlgorithmSpecification.
-
hasChannelActivityBotDetectionAnalysisReference
boolean hasChannelActivityBotDetectionAnalysisReference()
.google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;- Returns:
- Whether the channelActivityBotDetectionAnalysisReference field is set.
-
getChannelActivityBotDetectionAnalysisReference
com.google.protobuf.Any getChannelActivityBotDetectionAnalysisReference()
.google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;- Returns:
- The channelActivityBotDetectionAnalysisReference.
-
getChannelActivityBotDetectionAnalysisReferenceOrBuilder
com.google.protobuf.AnyOrBuilder getChannelActivityBotDetectionAnalysisReferenceOrBuilder()
.google.protobuf.Any ChannelActivityBotDetectionAnalysisReference = 189990145;
-
getChannelActivityBotDetectionAnalysisResult
String getChannelActivityBotDetectionAnalysisResult()
string ChannelActivityBotDetectionAnalysisResult = 418957547;- Returns:
- The channelActivityBotDetectionAnalysisResult.
-
getChannelActivityBotDetectionAnalysisResultBytes
com.google.protobuf.ByteString getChannelActivityBotDetectionAnalysisResultBytes()
string ChannelActivityBotDetectionAnalysisResult = 418957547;- Returns:
- The bytes for channelActivityBotDetectionAnalysisResult.
-
-