public class DialogNodeVisitedDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DialogNodeVisitedDetails.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
conditions()
Gets the conditions.
|
String |
dialogNode()
Gets the dialogNode.
|
DialogNodeVisitedDetails.Builder |
newBuilder()
New builder.
|
String |
title()
Gets the title.
|
public DialogNodeVisitedDetails.Builder newBuilder()
public String dialogNode()
The unique ID of a dialog node that was triggered during processing of the input message.
public String title()
The title of the dialog node.
public String conditions()
The conditions that trigger the dialog node.
Copyright © 2024 IBM Cloud. All rights reserved.