Class OriginalDetectIntentRequest (4.49.0)

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

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()
Returns
Type Description
OriginalDetectIntentRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OriginalDetectIntentRequest.Builder newBuilder()
Returns
Type Description
OriginalDetectIntentRequest.Builder

newBuilder(OriginalDetectIntentRequest prototype)

public static OriginalDetectIntentRequest.Builder newBuilder(OriginalDetectIntentRequest prototype)
Parameter
Name Description
prototype OriginalDetectIntentRequest
Returns
Type Description
OriginalDetectIntentRequest.Builder

parseDelimitedFrom(InputStream input)

public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OriginalDetectIntentRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OriginalDetectIntentRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OriginalDetectIntentRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OriginalDetectIntentRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OriginalDetectIntentRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OriginalDetectIntentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OriginalDetectIntentRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OriginalDetectIntentRequest> parser()
Returns
Type Description
Parser<OriginalDetectIntentRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public OriginalDetectIntentRequest getDefaultInstanceForType()
Returns
Type Description
OriginalDetectIntentRequest

getParserForType()

public Parser<OriginalDetectIntentRequest> getParserForType()
Returns
Type Description
Parser<OriginalDetectIntentRequest>
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
Type Description
StructOrBuilder

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.

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OriginalDetectIntentRequest.Builder newBuilderForType()
Returns
Type Description
OriginalDetectIntentRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OriginalDetectIntentRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OriginalDetectIntentRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public OriginalDetectIntentRequest.Builder toBuilder()
Returns
Type Description
OriginalDetectIntentRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException