- 4.84.0 (latest)
 - 4.82.0
 - 4.81.0
 - 4.80.0
 - 4.79.0
 - 4.78.0
 - 4.76.0
 - 4.74.0
 - 4.73.0
 - 4.70.0
 - 4.69.0
 - 4.68.0
 - 4.66.0
 - 4.65.0
 - 4.64.0
 - 4.63.0
 - 4.62.0
 - 4.61.0
 - 4.60.0
 - 4.59.0
 - 4.58.0
 - 4.57.0
 - 4.55.0
 - 4.54.0
 - 4.53.0
 - 4.52.0
 - 4.51.0
 - 4.50.0
 - 4.49.0
 - 4.48.0
 - 4.47.0
 - 4.46.0
 - 4.45.0
 - 4.43.0
 - 4.42.0
 - 4.41.0
 - 4.40.0
 - 4.39.0
 - 4.38.0
 - 4.37.0
 - 4.36.0
 - 4.35.0
 - 4.34.0
 - 4.33.0
 - 4.30.0
 - 4.29.0
 - 4.28.0
 - 4.27.0
 - 4.26.0
 - 4.25.0
 - 4.24.0
 - 4.23.0
 - 4.22.0
 - 4.21.0
 - 4.20.0
 - 4.19.0
 - 4.18.0
 - 4.17.0
 - 4.15.0
 - 4.14.0
 - 4.13.0
 - 4.12.0
 - 4.11.0
 - 4.10.0
 - 4.9.1
 - 4.8.6
 - 4.7.5
 - 4.6.0
 - 4.5.11
 - 4.4.0
 - 4.3.1
 
public static final class OriginalDetectIntentRequest.Builder extends GeneratedMessageV3.Builder<OriginalDetectIntentRequest.Builder> implements OriginalDetectIntentRequestOrBuilder Represents the contents of the original request that was passed to
 the [Streaming]DetectIntent call.
 Protobuf type google.cloud.dialogflow.v2.OriginalDetectIntentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OriginalDetectIntentRequest.BuilderImplements
OriginalDetectIntentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OriginalDetectIntentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
build()
public OriginalDetectIntentRequest build()| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest | 
        |
buildPartial()
public OriginalDetectIntentRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest | 
        |
clear()
public OriginalDetectIntentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public OriginalDetectIntentRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public OriginalDetectIntentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
clearPayload()
public OriginalDetectIntentRequest.Builder clearPayload() 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 | 
OriginalDetectIntentRequest.Builder | 
        |
clearSource()
public OriginalDetectIntentRequest.Builder clearSource() The source of this request, e.g., google, facebook, slack. It is set
 by Dialogflow-owned servers.
 string source = 1;
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  | 
      
clearVersion()
public OriginalDetectIntentRequest.Builder clearVersion()Optional. The version of the protocol used for this request. This field is AoG-specific.
 string version = 2;
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  | 
      
clone()
public OriginalDetectIntentRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
getDefaultInstanceForType()
public OriginalDetectIntentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
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.  | 
      
getPayloadBuilder()
public Struct.Builder getPayloadBuilder() 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 | 
Builder | 
        |
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 | 
        |
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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(OriginalDetectIntentRequest other)
public OriginalDetectIntentRequest.Builder mergeFrom(OriginalDetectIntentRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        OriginalDetectIntentRequest | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OriginalDetectIntentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public OriginalDetectIntentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
mergePayload(Struct value)
public OriginalDetectIntentRequest.Builder mergePayload(Struct value) 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Struct | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OriginalDetectIntentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public OriginalDetectIntentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setPayload(Struct value)
public OriginalDetectIntentRequest.Builder setPayload(Struct value) 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Struct | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setPayload(Struct.Builder builderForValue)
public OriginalDetectIntentRequest.Builder setPayload(Struct.Builder builderForValue) 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;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OriginalDetectIntentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setSource(String value)
public OriginalDetectIntentRequest.Builder setSource(String value) The source of this request, e.g., google, facebook, slack. It is set
 by Dialogflow-owned servers.
 string source = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe source to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  | 
      
setSourceBytes(ByteString value)
public OriginalDetectIntentRequest.Builder setSourceBytes(ByteString value) The source of this request, e.g., google, facebook, slack. It is set
 by Dialogflow-owned servers.
 string source = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for source to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final OriginalDetectIntentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        |
setVersion(String value)
public OriginalDetectIntentRequest.Builder setVersion(String value)Optional. The version of the protocol used for this request. This field is AoG-specific.
 string version = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  | 
      
setVersionBytes(ByteString value)
public OriginalDetectIntentRequest.Builder setVersionBytes(ByteString value)Optional. The version of the protocol used for this request. This field is AoG-specific.
 string version = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
OriginalDetectIntentRequest.Builder | 
        This builder for chaining.  |