| Modifier and Type | Method and Description |
|---|---|
GenerativeInfo.Builder |
GenerativeInfo.Builder.addAllCurrentPlaybooks(Iterable<String> values)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.addCurrentPlaybooks(String value)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.addCurrentPlaybooksBytes(com.google.protobuf.ByteString value)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.clear() |
GenerativeInfo.Builder |
GenerativeInfo.Builder.clearActionTracingInfo()
The actions performed by the generative playbook for the current agent
response.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.clearCurrentPlaybooks()
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.clone() |
GenerativeInfo.Builder |
QueryResult.Builder.getGenerativeInfoBuilder()
The information of a query if handled by generative agent resources.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeActionTracingInfo(Example value)
The actions performed by the generative playbook for the current agent
response.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeFrom(GenerativeInfo other) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GenerativeInfo.Builder |
GenerativeInfo.newBuilder() |
static GenerativeInfo.Builder |
GenerativeInfo.newBuilder(GenerativeInfo prototype) |
GenerativeInfo.Builder |
GenerativeInfo.newBuilderForType() |
protected GenerativeInfo.Builder |
GenerativeInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.setActionTracingInfo(Example.Builder builderForValue)
The actions performed by the generative playbook for the current agent
response.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.setActionTracingInfo(Example value)
The actions performed by the generative playbook for the current agent
response.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.setCurrentPlaybooks(int index,
String value)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
GenerativeInfo.Builder |
GenerativeInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GenerativeInfo.Builder |
GenerativeInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GenerativeInfo.Builder |
GenerativeInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult.Builder |
QueryResult.Builder.setGenerativeInfo(GenerativeInfo.Builder builderForValue)
The information of a query if handled by generative agent resources.
|
Copyright © 2025 Google LLC. All rights reserved.