SuggestedActions Clase

  • java.lang.Object
    • com.microsoft.bot.schema.SuggestedActions

public class SuggestedActions

SuggestedActions que se pueden realizar.

Resumen del constructor

Constructor Description
SuggestedActions()

Acciones desugeridas de forma predeterminada.

SuggestedActions(CardAction[] withCardActions)

Acciones desugeridas con acciones detarjeta.

Resumen del método

Modificador y tipo Método y descripción
static SuggestedActions clone(SuggestedActions suggestedActions)

Realiza una copia profunda de unaAcciones sugeridas.

java.util.List<CardAction> getActions()

Obtenga el valor de las acciones.

java.util.List<java.lang.String> getTo()

Obtenga el valor de para .

void setActions(List<CardAction> withActions)

Establezca el valor de las acciones.

void setTo(List<String> withTo)

Establezca el valor en .

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del constructor

SuggestedActions

public SuggestedActions()

Valores predeterminados de SuggestedActions vacíos.

SuggestedActions

public SuggestedActions(CardAction[] withCardActions)

SuggestedActions con CardActions.

Parámetros:

withCardActions - Matriz de CardActions.

Detalles del método

clone

public static SuggestedActions clone(SuggestedActions suggestedActions)

Realiza una copia profunda de suggestedActions.

Parámetros:

suggestedActions - SuggestedActions que se va a copiar.

Devoluciones:

Un clon de SuggestedActions.

getActions

public List getActions()

Obtenga el valor de las acciones.

Devoluciones:

el valor de las acciones

getTo

public List getTo()

Obtenga el valor de para .

Devoluciones:

que se va a valor

setActions

public void setActions(List withActions)

Establezca el valor de las acciones.

Parámetros:

withActions - el valor de acciones que se va a establecer

setTo

public void setTo(List withTo)

Establezca el valor en .

Parámetros:

withTo - al valor que se va a establecer

Se aplica a