C# 클래스 Rocket.Chat.Net.Example.GiphyResponse

상속: IBotResponse
파일 보기 프로젝트 열기: RocketChat/Rocket.Chat.Net 1 사용 예제들

공개 메소드들

메소드 설명
CanRespond ( ResponseContext context ) : bool
GetResponse ( ResponseContext context, RocketChatBot caller ) : IEnumerable

비공개 메소드들

메소드 설명
GetGiphy ( string search ) : string

메소드 상세

CanRespond() 공개 메소드

public CanRespond ( ResponseContext context ) : bool
context Rocket.Chat.Net.Bot.Models.ResponseContext
리턴 bool

GetResponse() 공개 메소드

public GetResponse ( ResponseContext context, RocketChatBot caller ) : IEnumerable
context Rocket.Chat.Net.Bot.Models.ResponseContext
caller RocketChatBot
리턴 IEnumerable