Interface GenerativeInfoOrBuilder (0.56.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
Type Description
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
Type Description
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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the actionTracingInfo field is set.