public final class OriginalDetectIntentRequest extends GeneratedMessageV3 implements OriginalDetectIntentRequestOrBuilder
Represents the contents of the original request that was passed to
the [Streaming]DetectIntent
call.
Protobuf type google.cloud.dialogflow.v2.OriginalDetectIntentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OriginalDetectIntentRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OriginalDetectIntentRequest.Builder newBuilder()
newBuilder(OriginalDetectIntentRequest prototype)
public static OriginalDetectIntentRequest.Builder newBuilder(OriginalDetectIntentRequest prototype)
public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input)
public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OriginalDetectIntentRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OriginalDetectIntentRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(CodedInputStream input)
public static OriginalDetectIntentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(InputStream input)
public static OriginalDetectIntentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OriginalDetectIntentRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OriginalDetectIntentRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public OriginalDetectIntentRequest getDefaultInstanceForType()
getParserForType()
public Parser<OriginalDetectIntentRequest> getParserForType()
Overrides
getPayload()
public Struct getPayload()
Optional. This field is set to the value of the QueryParameters.payload
field passed in the request. Some integrations that query a Dialogflow
agent may provide additional information in the payload.
In particular, for the Dialogflow Phone Gateway integration, this field has
the form:
<pre>{
"telephony": {
"caller_id": "+18558363987"
}
}</pre>
Note: The caller ID field (caller_id
) will be redacted for Trial
Edition agents and populated with the caller ID in E.164
format for Essentials Edition agents.
.google.protobuf.Struct payload = 3;
Returns |
Type |
Description |
Struct |
The payload.
|
getPayloadOrBuilder()
public StructOrBuilder getPayloadOrBuilder()
Optional. This field is set to the value of the QueryParameters.payload
field passed in the request. Some integrations that query a Dialogflow
agent may provide additional information in the payload.
In particular, for the Dialogflow Phone Gateway integration, this field has
the form:
<pre>{
"telephony": {
"caller_id": "+18558363987"
}
}</pre>
Note: The caller ID field (caller_id
) will be redacted for Trial
Edition agents and populated with the caller ID in E.164
format for Essentials Edition agents.
.google.protobuf.Struct payload = 3;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSource()
public String getSource()
The source of this request, e.g., google
, facebook
, slack
. It is set
by Dialogflow-owned servers.
string source = 1;
Returns |
Type |
Description |
String |
The source.
|
getSourceBytes()
public ByteString getSourceBytes()
The source of this request, e.g., google
, facebook
, slack
. It is set
by Dialogflow-owned servers.
string source = 1;
Returns |
Type |
Description |
ByteString |
The bytes for source.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
getVersion()
public String getVersion()
Optional. The version of the protocol used for this request.
This field is AoG-specific.
string version = 2;
Returns |
Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Optional. The version of the protocol used for this request.
This field is AoG-specific.
string version = 2;
Returns |
Type |
Description |
ByteString |
The bytes for version.
|
hasPayload()
public boolean hasPayload()
Optional. This field is set to the value of the QueryParameters.payload
field passed in the request. Some integrations that query a Dialogflow
agent may provide additional information in the payload.
In particular, for the Dialogflow Phone Gateway integration, this field has
the form:
<pre>{
"telephony": {
"caller_id": "+18558363987"
}
}</pre>
Note: The caller ID field (caller_id
) will be redacted for Trial
Edition agents and populated with the caller ID in E.164
format for Essentials Edition agents.
.google.protobuf.Struct payload = 3;
Returns |
Type |
Description |
boolean |
Whether the payload field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OriginalDetectIntentRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OriginalDetectIntentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public OriginalDetectIntentRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides