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.v2beta1.OriginalDetectIntentRequest
Static Fields
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Field Value
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OriginalDetectIntentRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OriginalDetectIntentRequest.Builder newBuilder()
Returns
newBuilder(OriginalDetectIntentRequest prototype)
public static OriginalDetectIntentRequest.Builder newBuilder(OriginalDetectIntentRequest prototype)
Parameter
Returns
public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OriginalDetectIntentRequest parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OriginalDetectIntentRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OriginalDetectIntentRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OriginalDetectIntentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OriginalDetectIntentRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OriginalDetectIntentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OriginalDetectIntentRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OriginalDetectIntentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OriginalDetectIntentRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OriginalDetectIntentRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<OriginalDetectIntentRequest> getParserForType()
Returns
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;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OriginalDetectIntentRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OriginalDetectIntentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OriginalDetectIntentRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions