public interface OriginalDetectIntentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Struct |
getPayload()
Optional.
|
StructOrBuilder |
getPayloadOrBuilder()
Optional.
|
java.lang.String |
getSource()
The source of this request, e.g., `google`, `facebook`, `slack`.
|
ByteString |
getSourceBytes()
The source of this request, e.g., `google`, `facebook`, `slack`.
|
boolean |
hasPayload()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSource()
The source of this request, e.g., `google`, `facebook`, `slack`. It is set by Dialogflow-owned servers.
string source = 1;
ByteString getSourceBytes()
The source of this request, e.g., `google`, `facebook`, `slack`. It is set by Dialogflow-owned servers.
string source = 1;
boolean hasPayload()
Optional. This field is set to the value of `QueryParameters.payload` field passed in the request.
.google.protobuf.Struct payload = 3;
Struct getPayload()
Optional. This field is set to the value of `QueryParameters.payload` field passed in the request.
.google.protobuf.Struct payload = 3;
StructOrBuilder getPayloadOrBuilder()
Optional. This field is set to the value of `QueryParameters.payload` field passed in the request.
.google.protobuf.Struct payload = 3;