BeginSkillDialogOptions Class

  • java.lang.Object
    • com.microsoft.bot.dialogs.BeginSkillDialogOptions

public class BeginSkillDialogOptions

A class with dialog arguments for a SkillDialog .

Constructor Summary

Constructor Description
BeginSkillDialogOptions()

Method Summary

Modifier and Type Method and Description
Activity getActivity()

Gets the Activity to send to the skill.

void setActivity(Activity withActivity)

Sets the Activity to send to the skill.

Methods inherited from 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

Constructor Details

BeginSkillDialogOptions

public BeginSkillDialogOptions()

Method Details

getActivity

public Activity getActivity()

Gets the Activity to send to the skill.

Returns:

the Activity value as a getActivity().

setActivity

public void setActivity(Activity withActivity)

Sets the Activity to send to the skill.

Parameters:

withActivity - The Activity value.

Applies to