public static interface Conversation.Interaction.MissingTransitionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIntentDisplayName()
public abstract String getIntentDisplayName()
Name of the intent that could have triggered.
string intent_display_name = 1;
Returns | |
---|---|
Type | Description |
String |
The intentDisplayName. |
getIntentDisplayNameBytes()
public abstract ByteString getIntentDisplayNameBytes()
Name of the intent that could have triggered.
string intent_display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for intentDisplayName. |
getScore()
public abstract float getScore()
Score of the above intent. The higher it is the more likely a transition was missed on a given page.
float score = 2;
Returns | |
---|---|
Type | Description |
float |
The score. |