Interface GenerativeInfoOrBuilder (0.52.0)

public interface GenerativeInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionTracingInfo()

public abstract Example getActionTracingInfo()

The actions performed by the generative playbook for the current agent response.

.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;

Returns
TypeDescription
Example

The actionTracingInfo.

getActionTracingInfoOrBuilder()

public abstract ExampleOrBuilder getActionTracingInfoOrBuilder()

The actions performed by the generative playbook for the current agent response.

.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;

Returns
TypeDescription
ExampleOrBuilder

getCurrentPlaybooks(int index)

public abstract String getCurrentPlaybooks(int index)

The stack of playbooks that the conversation has currently entered, with the most recent one on the top.

repeated string current_playbooks = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The currentPlaybooks at the given index.

getCurrentPlaybooksBytes(int index)

public abstract ByteString getCurrentPlaybooksBytes(int index)

The stack of playbooks that the conversation has currently entered, with the most recent one on the top.

repeated string current_playbooks = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the currentPlaybooks at the given index.

getCurrentPlaybooksCount()

public abstract int getCurrentPlaybooksCount()

The stack of playbooks that the conversation has currently entered, with the most recent one on the top.

repeated string current_playbooks = 1;

Returns
TypeDescription
int

The count of currentPlaybooks.

getCurrentPlaybooksList()

public abstract List<String> getCurrentPlaybooksList()

The stack of playbooks that the conversation has currently entered, with the most recent one on the top.

repeated string current_playbooks = 1;

Returns
TypeDescription
List<String>

A list containing the currentPlaybooks.

hasActionTracingInfo()

public abstract boolean hasActionTracingInfo()

The actions performed by the generative playbook for the current agent response.

.google.cloud.dialogflow.cx.v3beta1.Example action_tracing_info = 2;

Returns
TypeDescription
boolean

Whether the actionTracingInfo field is set.