Interface Conversation.Metrics.QueryInputCountOrBuilder (0.54.0)

public static interface Conversation.Metrics.QueryInputCountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioCount()

public abstract int getAudioCount()

The number of AudioInput in the conversation.

int32 audio_count = 3;

Returns
Type Description
int

The audioCount.

getDtmfCount()

public abstract int getDtmfCount()

The number of DtmfInput in the conversation.

int32 dtmf_count = 5;

Returns
Type Description
int

The dtmfCount.

getEventCount()

public abstract int getEventCount()

The number of EventInput in the conversation.

int32 event_count = 4;

Returns
Type Description
int

The eventCount.

getIntentCount()

public abstract int getIntentCount()

The number of IntentInput in the conversation.

int32 intent_count = 2;

Returns
Type Description
int

The intentCount.

getTextCount()

public abstract int getTextCount()

The number of TextInput in the conversation.

int32 text_count = 1;

Returns
Type Description
int

The textCount.