public interface GenerativeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getActionTracingInfo()
The actions performed by the generative playbook for the current agent
response.
|
ExampleOrBuilder |
getActionTracingInfoOrBuilder()
The actions performed by the generative playbook for the current agent
response.
|
String |
getCurrentPlaybooks(int index)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
com.google.protobuf.ByteString |
getCurrentPlaybooksBytes(int index)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
int |
getCurrentPlaybooksCount()
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
List<String> |
getCurrentPlaybooksList()
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that
the conversation has currently entered, with the most recent one on the
top.
|
boolean |
hasActionTracingInfo()
The actions performed by the generative playbook for the current agent
response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getCurrentPlaybooksList()
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that the conversation has currently entered, with the most recent one on the top.
repeated string current_playbooks = 1;int getCurrentPlaybooksCount()
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that the conversation has currently entered, with the most recent one on the top.
repeated string current_playbooks = 1;String getCurrentPlaybooks(int index)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that the conversation has currently entered, with the most recent one on the top.
repeated string current_playbooks = 1;index - The index of the element to return.com.google.protobuf.ByteString getCurrentPlaybooksBytes(int index)
The stack of [playbooks][google.cloud.dialogflow.cx.v3beta1.Playbook] that the conversation has currently entered, with the most recent one on the top.
repeated string current_playbooks = 1;index - The index of the value to return.boolean hasActionTracingInfo()
The actions performed by the generative playbook for the current agent response.
.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;Example getActionTracingInfo()
The actions performed by the generative playbook for the current agent response.
.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;ExampleOrBuilder getActionTracingInfoOrBuilder()
The actions performed by the generative playbook for the current agent response.
.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;Copyright © 2025 Google LLC. All rights reserved.