SkillConversationReference Class

  • java.lang.Object
    • com.microsoft.bot.builder.skills.SkillConversationReference

public class SkillConversationReference

A conversation reference type for skills.

Constructor Summary

Constructor Description
SkillConversationReference()

Method Summary

Modifier and Type Method and Description
ConversationReference getConversationReference()

Gets the conversation reference.

java.lang.String getOAuthScope()

Gets the OAuth scope.

void setConversationReference(ConversationReference withConversationReference)

Sets the conversation reference.

void setOAuthScope(String withOAuthScope)

Sets the OAuth scope.

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

SkillConversationReference

public SkillConversationReference()

Method Details

getConversationReference

public ConversationReference getConversationReference()

Gets the conversation reference.

Returns:

the ConversationReference value as a getConversationReference().

getOAuthScope

public String getOAuthScope()

Gets the OAuth scope.

Returns:

the OAuthScope value as a String.

setConversationReference

public void setConversationReference(ConversationReference withConversationReference)

Sets the conversation reference.

Parameters:

withConversationReference - The ConversationReference value.

setOAuthScope

public void setOAuthScope(String withOAuthScope)

Sets the OAuth scope.

Parameters:

withOAuthScope - The OAuthScope value.

Applies to