| Modifier and Type | Method and Description |
|---|---|
SessionInfo.Builder |
SessionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionInfo.Builder |
SessionInfo.Builder.clear() |
SessionInfo.Builder |
SessionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SessionInfo.Builder |
SessionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SessionInfo.Builder |
SessionInfo.Builder.clearParameters() |
SessionInfo.Builder |
SessionInfo.Builder.clearSession()
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.clone() |
SessionInfo.Builder |
WebhookRequest.Builder.getSessionInfoBuilder()
Information about session status.
|
SessionInfo.Builder |
WebhookResponse.Builder.getSessionInfoBuilder()
Information about session status.
|
SessionInfo.Builder |
SessionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionInfo.Builder |
SessionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
SessionInfo.Builder |
SessionInfo.Builder.mergeFrom(SessionInfo other) |
SessionInfo.Builder |
SessionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SessionInfo.Builder |
SessionInfo.newBuilder() |
static SessionInfo.Builder |
SessionInfo.newBuilder(SessionInfo prototype) |
SessionInfo.Builder |
SessionInfo.newBuilderForType() |
protected SessionInfo.Builder |
SessionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SessionInfo.Builder |
SessionInfo.Builder.putAllParameters(Map<String,com.google.protobuf.Value> values)
Optional for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.putParameters(String key,
com.google.protobuf.Value value)
Optional for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.removeParameters(String key)
Optional for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionInfo.Builder |
SessionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SessionInfo.Builder |
SessionInfo.Builder.setSession(String value)
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.setSessionBytes(com.google.protobuf.ByteString value)
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
SessionInfo.Builder |
SessionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionInfo.Builder |
SessionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
WebhookRequest.Builder |
WebhookRequest.Builder.setSessionInfo(SessionInfo.Builder builderForValue)
Information about session status.
|
WebhookResponse.Builder |
WebhookResponse.Builder.setSessionInfo(SessionInfo.Builder builderForValue)
Information about session status.
|
Copyright © 2022 Google LLC. All rights reserved.